[oe] [meta-python][PATCH 2/2] python-urllib3: correct RDEPENDS to work on a minimal python instance

Derek Straka derek at asterius.io
Sun Jul 10 13:04:17 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 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 \
+    "
-- 
1.9.1




More information about the Openembedded-devel mailing list