[oe] [PATCH 3/3] python-cloudeebus: fix do_compile failure

Hongxu Jia hongxu.jia at windriver.com
Tue Jun 21 05:39:53 UTC 2016


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 at windriver.com>
---
 meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
index 120a8a7..1490e22 100644
--- a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
@@ -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"
-- 
2.8.1




More information about the Openembedded-devel mailing list