[oe-commits] [meta-openembedded] 31/49: python-decorator: add package RDEPENDS

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


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

commit ca90791df15fa267e9d096a1225200c149648578
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Jul 12 22:36:07 2016 -0400

    python-decorator: add package RDEPENDS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-decorator.inc       | 4 ++++
 meta-python/recipes-devtools/python/python-decorator_4.0.10.bb | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc
index c1fdfac..9264cef 100644
--- a/meta-python/recipes-devtools/python/python-decorator.inc
+++ b/meta-python/recipes-devtools/python/python-decorator.inc
@@ -13,3 +13,7 @@ SRC_URI[md5sum] = "434b57fdc3230c500716c5aff8896100"
 SRC_URI[sha256sum] = "9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070"
 
 inherit pypi
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-stringold \
+    "
diff --git a/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb
index f262168..2a2b455 100644
--- a/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb
+++ b/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb
@@ -1,2 +1,4 @@
 inherit setuptools
 require python-decorator.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"

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


More information about the Openembedded-commits mailing list