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>
This commit is contained in:
Alejandro Hernandez 2016-02-10 21:13:52 +00:00 committed by Richard Purdie
parent 914ff148fa
commit a23a50ee01
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
python-ctypes \
python-subprocess \
python-unittest \
python-compile \
"
RDEPENDS_${PN}_class-native = "\