mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
Add missing dependency for python-flask packages.
The module werkzeug.test is moved to the python-werkzeug-tests package since commit857ed16. 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> (cherry picked from commit0d2305d452) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b707938305
commit
f5418557bf
@@ -13,4 +13,4 @@ CLEANBROKEN = "1"
|
|||||||
|
|
||||||
PYPI_PACKAGE = "Flask"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user