From: Ross Burton Date: Tue, 5 Nov 2024 21:56:43 +0000 (+0000) Subject: python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS X-Git-Tag: yocto-5.2~1397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.11.bb index 1a42cdcdd0d..980cb046365 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb @@ -12,11 +12,6 @@ SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80 inherit pypi setuptools3 UPSTREAM_CHECK_PYPI_PACKAGE = "Cython" -# running build_ext a second time during install fails, because Python -# would then attempt to import cythonized modules built for the target -# architecture. -SETUPTOOLS_INSTALL_ARGS += "--skip-build" - do_install:append() { # Make sure we use /usr/bin/env python3 for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do