summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cython_3.0.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cython_3.0.11.bb')
-rw-r--r--meta/recipes-devtools/python/python3-cython_3.0.11.bb5
1 files changed, 0 insertions, 5 deletions
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 1a42cdcdd0..980cb04636 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
12inherit pypi setuptools3 12inherit pypi setuptools3
13UPSTREAM_CHECK_PYPI_PACKAGE = "Cython" 13UPSTREAM_CHECK_PYPI_PACKAGE = "Cython"
14 14
15# running build_ext a second time during install fails, because Python
16# would then attempt to import cythonized modules built for the target
17# architecture.
18SETUPTOOLS_INSTALL_ARGS += "--skip-build"
19
20do_install:append() { 15do_install:append() {
21 # Make sure we use /usr/bin/env python3 16 # Make sure we use /usr/bin/env python3
22 for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do 17 for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do