From 63ebe282aa03ac8e5d39d1017e743695d0795c41 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 09:04:17 -0400 Subject: python-urllib3: correct RDEPENDS to work on a minimal python instance Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- 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 9479f9642b..87a2852777 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 \ + " -- cgit v1.2.3-54-g00ecf