summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-09-28 01:18:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:33 +0100
commitd9ce0957afa6ca3fe68f9be2a28821712d44a3ab (patch)
treef83049db3c0d3401a1daafcfce828f18c55d464d /meta/recipes-devtools/python
parentadb69873a15cebcb2f51cf07bed12b2d8d52ab09 (diff)
downloadpoky-d9ce0957afa6ca3fe68f9be2a28821712d44a3ab.tar.gz
python-async: inherit setuptools
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 Replace distutils with setuptools will fix the problem. (From OE-Core rev: 3f34288743edef8f50ed16c30df0e1430239ca1b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-async_0.6.2.bb2
1 files changed, 1 insertions, 1 deletions
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 8ed0b0393f..5a17a1a004 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
10 10
11S = "${WORKDIR}/async-${PV}" 11S = "${WORKDIR}/async-${PV}"
12 12
13inherit distutils 13inherit setuptools
14 14
15RDEPENDS_${PN} += "python-threading python-lang" 15RDEPENDS_${PN} += "python-threading python-lang"
16 16