From 4db6b3db631485d59bd1a107864aa72b34a9f921 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Feb 2014 22:11:24 -0800 Subject: python-cloudeebus: DEPEND on python-distribute instead of python-setuptools python-setuptools has been removed in OE-Core Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- 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 5c1fa9cdf8..120a8a7927 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() { -- cgit 1.2.3-korg