summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-urllib3_1.16.bb7
1 files changed, 6 insertions, 1 deletions
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
8 8
9inherit pypi setuptools 9inherit pypi setuptools
10 10
11RDEPENDS_${PN} += "python-netclient" 11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-email \
13 ${PYTHON_PN}-netclient \
14 ${PYTHON_PN}-threading \
15 ${PYTHON_PN}-zlib \
16 "