Message ID | 20241105215644.1884070-1-ross.burton@arm.com |
---|---|
State | Accepted, archived |
Commit | b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f |
Headers | show |
Series | [1/2] python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS | expand |
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 81ee1b799cb..020a8e7205c 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb @@ -17,11 +17,6 @@ DEPENDS:remove = "python3-cython-native" 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() { # rename scripts that would conflict with the Python 2 build of Cython mv ${D}${bindir}/cython ${D}${bindir}/cython3
Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-cython_3.0.11.bb | 5 ----- 1 file changed, 5 deletions(-)