[OE-core] [PATCH] python-setuptools: Improving the runtime dependencies

Lukas Bulwahn lukas.bulwahn at oss.bmw-carit.de
Thu Apr 18 05:40:11 UTC 2013


When trying to import setuptools on a minimal image, it reports that some
python module is missing. We add those missing python modules as runtime
dependency.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
---
 .../python/python-setuptools_0.6c11.bb             |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
index 8608104..f09a312 100644
--- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
@@ -23,6 +23,14 @@ do_install_prepend() {
 }
 
 RDEPENDS_${PN} = "\
+  python-stringold \
+  python-email \
+  python-shell \
+  python-distutils \
+  python-compression \
+"
+
+RDEPENDS_${PN}_class-native = "\
   python-distutils \
   python-compression \
 "
-- 
1.7.9.5





More information about the Openembedded-core mailing list