diff options
author | Derek Straka <derek@asterius.io> | 2016-07-10 09:04:17 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:36 +0200 |
commit | 63ebe282aa03ac8e5d39d1017e743695d0795c41 (patch) | |
tree | 28969da9da3b5b09b7fdc19234111e82b5a3a807 | |
parent | aa16b3173655c3d89991d56d2081d7e15e7b420e (diff) | |
download | meta-openembedded-63ebe282aa03ac8e5d39d1017e743695d0795c41.tar.gz |
python-urllib3: correct RDEPENDS to work on a minimal python instance
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3_1.16.bb | 7 |
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 | ||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python-netclient" | 11 | RDEPENDS_${PN} += "\ |
12 | ${PYTHON_PN}-email \ | ||
13 | ${PYTHON_PN}-netclient \ | ||
14 | ${PYTHON_PN}-threading \ | ||
15 | ${PYTHON_PN}-zlib \ | ||
16 | " | ||