[oe-commits] [meta-openembedded] 26/49: pyrtm: Add RDEPENDS to the package

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:02 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit df36dff88f02ee4353ac3eb90cfaf4c1e6d97e22
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Jul 11 21:11:10 2016 -0400

    pyrtm: Add RDEPENDS to the package
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb
index d341ecf..72f0921 100644
--- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb
+++ b/meta-python/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 \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list