aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-17 08:52:12 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:42 +0200
commit9d1d1e8118af1bb84efe1de7ae22e6544c8bf774 (patch)
tree8fd8474c829d94a46898b3869c71490886b3f278 /meta-python/recipes-devtools/python
parent06c87ef5f4920eef125048bb51735a357b505dc1 (diff)
downloadmeta-openembedded-contrib-9d1d1e8118af1bb84efe1de7ae22e6544c8bf774.tar.gz
python-flask-navigation: update package RDEPENDS
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')
-rw-r--r--meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb
index 8ff6abcfd8..b2dc96e3c0 100644
--- a/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb
@@ -9,4 +9,7 @@ PYPI_PACKAGE = "Flask-Navigation"
inherit pypi setuptools
-RDEPENDS_${PN} = "python-blinker"
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-blinker \
+ ${PYTHON_PN}-flask \
+ "