From c5de114f63fe3d60a48622ec5be8fa34ce177191 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Thu, 18 Apr 2013 07:40:11 +0200 Subject: python-setuptools: Improving the runtime dependencies 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 Signed-off-by: Saul Wold --- meta/recipes-devtools/python/python-setuptools_0.6c11.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb index 8608104433..f09a312aec 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 \ " -- cgit 1.2.3-korg