[oe-commits] [meta-openembedded] 23/49: python-ujson: correct RDEPENDS to pull in needed python packages

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:46:59 UTC 2016


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

commit d27ad560bed58caf6c460c159315b9424f63710f
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jul 10 09:14:28 2016 -0400

    python-ujson: correct RDEPENDS to pull in needed python packages
    
    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-ujson_1.35.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-ujson_1.35.bb b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
index 29207f3..4ef3d18 100644
--- a/meta-python/recipes-devtools/python/python-ujson_1.35.bb
+++ b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
@@ -10,4 +10,7 @@ SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a22
 PYPI_PACKAGE = "ujson"
 inherit pypi setuptools
 
-RDEPENDS_${PN} += "python-numbers"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-numbers \
+    "

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


More information about the Openembedded-commits mailing list