[oe-commits] [meta-openembedded] 42/44: python-urllib3: correct RDEPENDS to work on a minimal python instance

git at git.openembedded.org git at git.openembedded.org
Mon Jul 11 13:39:35 UTC 2016


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

commit 1f7b15e4f10adab5358d25a3fe7c7d7407b053f6
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jul 10 09:04:17 2016 -0400

    python-urllib3: correct RDEPENDS to work on a minimal python instance
    
    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-urllib3_1.16.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.16.bb b/meta-python/recipes-devtools/python/python-urllib3_1.16.bb
index 9479f96..87a2852 100644
--- a/meta-python/recipes-devtools/python/python-urllib3_1.16.bb
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.16.bb
@@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c
 
 inherit pypi setuptools
 
-RDEPENDS_${PN} += "python-netclient"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-email \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-zlib \
+    "

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


More information about the Openembedded-commits mailing list