mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-cloudeebus: fix do_compile failure
It fixed the following failure: ... 2 Traceback (most recent call last): 3 File "setup.py", line 24, in <module> 4 from setuptools import setup 5 ImportError: No module named setuptools ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SRCREV = "b5cc957eeabfe98cb996baf8e5a0ac848993c3d4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distutils
|
||||
inherit distutils setuptools
|
||||
|
||||
DEPENDS_${PN} = "python python-distribute"
|
||||
RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"
|
||||
|
||||
Reference in New Issue
Block a user