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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2014-02-19 22:11:24 -08:00
committed by Martin Jansa
parent 0d4dac81c6
commit 4db6b3db63
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
inherit distutils 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" RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"
do_install_prepend() { do_install_prepend() {