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:
Hongxu Jia
2016-06-21 01:39:53 -04:00
committed by Martin Jansa
parent c06411f617
commit 09630840cb

View File

@@ -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"