From 1348fe26a182330475ca163e87205dc162fb3f6a Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Wed, 10 Feb 2016 21:13:52 +0000 Subject: 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 --- meta/recipes-devtools/python/python-setuptools_19.4.bb | 1 + 1 file changed, 1 insertion(+) 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} = "\ python-ctypes \ python-subprocess \ python-unittest \ + python-compile \ " RDEPENDS_${PN}_class-native = "\ -- cgit 1.2.3-korg