[oe-commits] Khem Raj : python-cloudeebus: DEPEND on python-distribute instead of python-setuptools

git at git.openembedded.org git at git.openembedded.org
Sun Feb 23 22:13:58 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 4db6b3db631485d59bd1a107864aa72b34a9f921
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4db6b3db631485d59bd1a107864aa72b34a9f921

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Feb 19 22:11:24 2014 -0800

python-cloudeebus: DEPEND on python-distribute instead of python-setuptools

python-setuptools has been removed in OE-Core

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa 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() {



More information about the Openembedded-commits mailing list