From: Alejandro Hernandez Date: Wed, 10 Feb 2016 21:13:52 +0000 (+0000) Subject: python-setuptools: Add python-compile on RDEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1348fe26a182330475ca163e87205dc162fb3f6a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-setuptools: Add python-compile on RDEPENDS When trying to install packages using python-setuptools, compilation may fail complaining about the py_compile module not existing, this presented itself when installing pyephem for example, this patch adds python-compile to setuptools RDEPENDS to fix the issue. [YOCTO 9009] Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-setuptools_19.4.bb b/meta/recipes-devtools/python/python-setuptools_19.4.bb index 86bbebf081c..c1720392310 100644 --- a/meta/recipes-devtools/python/python-setuptools_19.4.bb +++ b/meta/recipes-devtools/python/python-setuptools_19.4.bb @@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\ python-ctypes \ python-subprocess \ python-unittest \ + python-compile \ " RDEPENDS_${PN}_class-native = "\