mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user