diff options
author | Derek Straka <derek@asterius.io> | 2016-07-17 08:52:12 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:42 +0200 |
commit | 9d1d1e8118af1bb84efe1de7ae22e6544c8bf774 (patch) | |
tree | 8fd8474c829d94a46898b3869c71490886b3f278 | |
parent | 06c87ef5f4920eef125048bb51735a357b505dc1 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb | 5 |
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 8ff6abcfd..b2dc96e3c 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" | |||
9 | 9 | ||
10 | inherit pypi setuptools | 10 | inherit pypi setuptools |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python-blinker" | 12 | RDEPENDS_${PN} += "\ |
13 | ${PYTHON_PN}-blinker \ | ||
14 | ${PYTHON_PN}-flask \ | ||
15 | " | ||