Fixed when bitbake nativesdk-python-async:
DEBUG: Executing shell function do_compile
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from setuptools import setup
ImportError: No module named setuptools

Signed-off-by: Robert Yang <liezhi.y...@windriver.com>
---
 meta/recipes-devtools/python/python-async_0.6.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb 
b/meta/recipes-devtools/python/python-async_0.6.2.bb
index 8ed0b03..576e0a8 100644
--- a/meta/recipes-devtools/python/python-async_0.6.2.bb
+++ b/meta/recipes-devtools/python/python-async_0.6.2.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = 
"ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8
 
 S = "${WORKDIR}/async-${PV}"
 
-inherit distutils
+inherit distutils setuptools
 
 RDEPENDS_${PN} += "python-threading python-lang"
 
-- 
1.7.9.5

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to