diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-02-10 21:13:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 22:33:39 +0000 |
commit | a23a50ee01f72b1ae2f30bbb5697c597e02e3e2f (patch) | |
tree | 9a6f8b2c981f760ce09d3d1ec595e56039db5068 /meta | |
parent | 914ff148fafc7df2b1c85ba176635ce58d3ebf7a (diff) | |
download | poky-a23a50ee01f72b1ae2f30bbb5697c597e02e3e2f.tar.gz |
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]
(From OE-Core rev: 1348fe26a182330475ca163e87205dc162fb3f6a)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools_19.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_19.4.bb b/meta/recipes-devtools/python/python-setuptools_19.4.bb index 86bbebf081..c172039231 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} = "\ | |||
23 | python-ctypes \ | 23 | python-ctypes \ |
24 | python-subprocess \ | 24 | python-subprocess \ |
25 | python-unittest \ | 25 | python-unittest \ |
26 | python-compile \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | RDEPENDS_${PN}_class-native = "\ | 29 | RDEPENDS_${PN}_class-native = "\ |