mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 17:18:57 +00:00
Add missing dependency for python-flask packages.
The module werkzeug.test is moved to the python-werkzeug-tests package since commit 857ed16. Flask imports werkzeug.tests during exception handling which results in "ImportError: No module named 'werkzeug.test'". Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7eb04ba677
commit
0d2305d452
@ -13,4 +13,4 @@ CLEANBROKEN = "1"
|
||||
|
||||
PYPI_PACKAGE = "Flask"
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click"
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-werkzeug-tests ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user