Re: [OE-core] [PATCH 1/1] python-async: inherit setuptools

2015-09-29 Thread Robert Yang
On 09/28/2015 08:31 PM, Burton, Ross wrote: On 28 September 2015 at 10:20, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: -inherit distutils +inherit distutils setuptools setuptools inherits distutils, so you can replace instead of adding. Thanks, updated in the repo. // Ro

Re: [OE-core] [PATCH 1/1] python-async: inherit setuptools

2015-09-28 Thread Burton, Ross
On 28 September 2015 at 10:20, Robert Yang wrote: > -inherit distutils > +inherit distutils setuptools > setuptools inherits distutils, so you can replace instead of adding. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembed

[OE-core] [PATCH 1/1] python-async: inherit setuptools

2015-09-28 Thread Robert Yang
Fixed when bitbake nativesdk-python-async: DEBUG: Executing shell function do_compile Traceback (most recent call last): File "setup.py", line 2, in from setuptools import setup ImportError: No module named setuptools Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-asyn