[oe-commits] [meta-openembedded] 07/60: Add missing dependency for python-flask packages.

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:43:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 0d2305d45208e2bca9417343230516a809bae918
Author: Florian Wickert <fw at javox-solutions.com>
AuthorDate: Wed May 2 18:19:48 2018 +0200

    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 at javox-solutions.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-flask.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc
index 76b5fba..ecf5619 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"
 
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list