aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/pyrtm_0.4.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-11 21:11:10 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:37 +0200
commiteb2ee61c1ef9678de95a8ccc75529205c72615a6 (patch)
tree7cb3f97097a7bd5d89b314e8d1cbe2a856cdd05c /recipes-devtools/python/pyrtm_0.4.2.bb
parent5121d6b58ce859db56e34bd710f93b49f2c8a2ea (diff)
downloadmeta-python2-eb2ee61c1ef9678de95a8ccc75529205c72615a6.tar.gz
pyrtm: Add RDEPENDS to the package
(From meta-openembedded commit: df36dff88f02ee4353ac3eb90cfaf4c1e6d97e22) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/pyrtm_0.4.2.bb')
-rw-r--r--recipes-devtools/python/pyrtm_0.4.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/pyrtm_0.4.2.bb b/recipes-devtools/python/pyrtm_0.4.2.bb
index d341ecf..72f0921 100644
--- a/recipes-devtools/python/pyrtm_0.4.2.bb
+++ b/recipes-devtools/python/pyrtm_0.4.2.bb
@@ -9,3 +9,8 @@ SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8"
SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933"
inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-netclient \
+ "