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.y...@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 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel