From: Tim Orling Date: Tue, 11 Jan 2022 19:01:12 +0000 (-0800) Subject: python3-cython: DISTUTILS_* -> SETUPTOOLS_* X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30811c68906d35cd35cf03f5814a9a40fa45594;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-cython: DISTUTILS_* -> SETUPTOOLS_* Refactor to new SETUPTOOLS_* variables [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cython_0.29.26.bb b/meta/recipes-devtools/python/python3-cython_0.29.26.bb index b1d21bd15c0..26333cb2718 100644 --- a/meta/recipes-devtools/python/python3-cython_0.29.26.bb +++ b/meta/recipes-devtools/python/python3-cython_0.29.26.bb @@ -8,7 +8,7 @@ RDEPENDS:${PN} += "\ # running build_ext a second time during install fails, because Python # would then attempt to import cythonized modules built for the target # architecture. -DISTUTILS_INSTALL_ARGS += "--skip-build" +SETUPTOOLS_INSTALL_ARGS += "--skip-build" do_install:append() { # rename scripts that would conflict with the Python 2 build of Cython