diff options
author | cjhasu <sumit.jha420@gmail.com> | 2019-09-19 20:23:37 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-20 10:58:26 -0700 |
commit | 39c892473e98a29832e0b33001b1a60946506a22 (patch) | |
tree | 3ceeff651021ba0bee59b27db8485fc59ce5eff4 /meta-python/recipes-devtools/python/python-flask.inc | |
parent | 80f6f1d829f42df54a9a97bc412f7fbd69bfaead (diff) | |
download | meta-openembedded-39c892473e98a29832e0b33001b1a60946506a22.tar.gz |
Remove "werkzeug-test" in RDEPENDS
werkzeug-test is not required for building "python3-flask".Hence it should be removed.And also there is no recipe for building werkzeug-test .Hence it is causing error for while building python3-flask.Please add this change ASAP
Signed-off-by: Khem Raj <raj.khem@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 66ad1a6e74..ffd783f3df 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}-werkzeug-tests ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" | 16 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" |