diff options
author | Florian Wickert <fw@javox-solutions.com> | 2018-05-02 18:19:48 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:19:21 -0700 |
commit | 0d2305d45208e2bca9417343230516a809bae918 (patch) | |
tree | 9bf0e79ed5cfbee89478341d2a73fa91ac977184 /meta-python/recipes-devtools/python/python-flask.inc | |
parent | 7eb04ba6772272a30c4a184702d039d145ec7799 (diff) | |
download | meta-openembedded-0d2305d45208e2bca9417343230516a809bae918.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc index 76b5fbae26..ecf5619ec2 100644 --- a/meta-python/recipes-devtools/python/python-flask.inc +++ b/meta-python/recipes-devtools/python/python-flask.inc | |||
@@ -13,4 +13,4 @@ CLEANBROKEN = "1" | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "Flask" | 14 | PYPI_PACKAGE = "Flask" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" | 16 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-werkzeug-tests ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" |