diff options
author | Derek Straka <derek@asterius.io> | 2016-07-17 07:52:01 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:42 +0200 |
commit | 01b7c1d36241cac757170b51ca765a841a4ce426 (patch) | |
tree | d1f6d719ae680a2fc413f47e00ef65cbdda98671 /meta-python/recipes-devtools/python/python-flask.inc | |
parent | d070f5afe9a904ee33d2f87f0e23115ba00bcd5a (diff) | |
download | meta-openembedded-01b7c1d36241cac757170b51ca765a841a4ce426.tar.gz |
python-flask: update RDEPENDS to include python-click
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@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 ee7f7c250..87d020e73 100644 --- a/meta-python/recipes-devtools/python/python-flask.inc +++ b/meta-python/recipes-devtools/python/python-flask.inc | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "b4713f2bfb9ebc2966b8a49903ae0d3984781d5c878591cf2f7b484d28 | |||
11 | 11 | ||
12 | PYPI_PACKAGE = "Flask" | 12 | PYPI_PACKAGE = "Flask" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous" | 14 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" |