]> code.ossystems Code Review - openembedded-core.git/commit
python-async: inherit setuptools
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 28 Sep 2015 08:18:42 +0000 (01:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Sep 2015 14:15:48 +0000 (15:15 +0100)
commit3f34288743edef8f50ed16c30df0e1430239ca1b
treeac4844f35029cc90608723d3d8dbe32e4363119e
parenta6616f1a7b8e30428e61b6437f2f48379efc101d
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-async_0.6.2.bb