mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:38:48 +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:
parent
0d4dac81c6
commit
4db6b3db63
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user