[oe] [PATCH 07/13] python-pbr: add python-setuptools-native to DEPENDS

Robert Yang liezhi.yang at windriver.com
Mon Feb 13 10:04:21 UTC 2017


Fixed:
ERROR: python setup.py build execution failed.
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    import setuptools
ImportError: No module named setuptools

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb
index fd35197..3a57b45 100644
--- a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb
@@ -11,6 +11,7 @@ inherit pypi setuptools
 
 DEPENDS_class-target += " \
         python-pip \
+        python-setuptools-native \
         "
 
 BBCLASSEXTEND = "native"
-- 
2.9.0




More information about the Openembedded-devel mailing list