[oe] [meta-oe][PATCH 2/2] python-cloudeebus: DEPEND on python-distribute instead of python-setuptools

Khem Raj raj.khem at gmail.com
Thu Feb 20 06:11:24 UTC 2014


python-setuptools has been removed in OE-Core

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb
index 5c1fa9c..120a8a7 100644
--- a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb
+++ b/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
 
 inherit distutils 
 
-DEPENDS_${PN} = "python python-setuptools"
+DEPENDS_${PN} = "python python-distribute"
 RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"
 
 do_install_prepend() {
-- 
1.9.0




More information about the Openembedded-devel mailing list