Refactor to new SETUPTOOLS_* variables [YOCTO #14610]
Signed-off-by: Tim Orling <[email protected]> --- meta/recipes-devtools/python/python3-cython_0.29.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#160441): https://lists.openembedded.org/g/openembedded-core/message/160441 Mute This Topic: https://lists.openembedded.org/mt/88356421/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
