[FTBFS] flask-appbuilder 4.1.4+ds-3build1 fails to build against python3-flask-sqlalchemy 3.0.3-1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
flask-appbuilder (Debian) |
Confirmed
|
Unknown
|
|||
flask-appbuilder (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
flask-appbuilder 4.1.4+ds-3build1 fails to build from source against python3-
```
PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html
Running Sphinx v5.3.0
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/
exec(code, namespace)
File "/<<PKGBUILDDIR
import flask_appbuilder
File "/<<PKGBUILDDIR
from .api import ModelRestApi # noqa: F401
^^^
File "/<<PKGBUILDDIR
from flask_appbuilde
File "/<<PKGBUILDDIR
from flask_sqlalchemy import (
ImportError: cannot import name '_QueryProperty' from 'flask_sqlalchemy' (/usr/lib/
```
Upstream bug report: https:/
Updating to 4.3.1 (plus the ustream commits until 2023-05-16) to make it work with flask 2.2.2 is not enough to address the build failures.
Changed in flask-appbuilder (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: update-excuse |
description: | updated |
description: | updated |
Changed in flask-appbuilder (Debian): | |
status: | Unknown → New |
Changed in flask-appbuilder (Debian): | |
status: | New → Confirmed |