Re: [PATCH V2] distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile
Martin Jansa
I like this change, some recipes in meta-oe seems to be broken now, is someone already working on a fix? I'm seeing following 5 failures in my world builds: python-stevedore-1.28.0-r0 do_compile and python3-stevedore-1.28.0-r0 do_compile pkg_resources.DistributionNotFound: The 'pbr>=2.0.0' distribution was not found and is required by the application python-dateutil-2.7.3-r0 do_compile and python3-dateutil-2.7.3-r0 do_compile pkg_resources.DistributionNotFound: The 'setuptools_scm' distribution was not found and is required by the application python-daemon-2.1.2-r0 do_compile pkg_resources.DistributionNotFound: The 'docutils' distribution was not found and is required by the application I've found a fix for python-dateutils from Derek: On Tue, Jul 17, 2018 at 3:27 PM Hongxu Jia <hongxu.jia@...> wrote: If a python recipe is using setuptools and the setup_requires argument, where |
|