From e4e38487ff5656ecbb00811edc6d08c90f5d04c1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 2 Apr 2018 08:00:42 -0400 Subject: python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclib Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pip_9.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') 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" -- cgit 1.2.3-korg