]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-setuptools: Add python-compile on RDEPENDS
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Wed, 10 Feb 2016 21:13:52 +0000 (21:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 22:32:17 +0000 (22:32 +0000)
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 <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-setuptools_19.4.bb

index 86bbebf081c96dc732d93cff213c20f30f2aa1eb..c1720392310032f51e13b92c108a4a234045cb39 100644 (file)
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
   python-ctypes \
   python-subprocess \
   python-unittest \
+  python-compile \
 "
 
 RDEPENDS_${PN}_class-native = "\