aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-04-02 08:00:42 -0400
committerArmin Kuster <akuster808@gmail.com>2018-04-08 17:00:06 -0700
commite4e38487ff5656ecbb00811edc6d08c90f5d04c1 (patch)
treee3490229cc4f4c39be75dd6c0f531379fb3ddff6 /meta-python
parent77fe1ec85f589ec93021db7b8914839fe13d7844 (diff)
downloadmeta-openembedded-contrib-e4e38487ff5656ecbb00811edc6d08c90f5d04c1.tar.gz
python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclib
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pip_9.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
index b0f7533332..e3fc6ba655 100644
--- a/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
+++ b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4
inherit pypi setuptools
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
-RDEPENDS_${PN}_class-target = "python-modules python-distribute"
+RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc"
BBCLASSEXTEND = "native nativesdk"