[oe] [meta-python][PATCH] python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclib

Derek Straka derek at asterius.io
Mon Apr 2 12:00:42 UTC 2018


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-pip_9.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b0f7533..e3fc6ba 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list