From 0dabbd47838b6cd3f39daebb047fbbb7718c586b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Feb 2014 22:11:24 -0800 Subject: [PATCH] python-cloudeebus: DEPEND on python-distribute instead of python-setuptools python-setuptools has been removed in OE-Core (From meta-openembedded rev: 4db6b3db631485d59bd1a107864aa72b34a9f921) Signed-off-by: Khem Raj Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-openembedded/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb index 5c1fa9c..120a8a7 100644 --- a/meta-openembedded/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb +++ b/meta-openembedded/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() { -- 2.7.4