aboutsummaryrefslogtreecommitdiffstats
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
commit1dde5a9417fd197db7eaf3f6a379b8f975435b02 (patch)
treec0654c9926fec5f051e7941efaa1308c45267f33
parenta5683b17b79d5c4695918605ba449f46c693cfe1 (diff)
downloadmeta-python2-1dde5a9417fd197db7eaf3f6a379b8f975435b02.tar.gz
python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclib
(From meta-openembedded commit: e4e38487ff5656ecbb00811edc6d08c90f5d04c1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pip_9.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pip_9.0.3.bb b/recipes-devtools/python/python-pip_9.0.3.bb
index b0f7533..e3fc6ba 100644
--- a/recipes-devtools/python/python-pip_9.0.3.bb
+++ b/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"