summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cython_0.29.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cython_0.29.23.bb')
-rw-r--r--meta/recipes-devtools/python/python3-cython_0.29.23.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.23.bb b/meta/recipes-devtools/python/python3-cython_0.29.23.bb
index 2ec4033fa0..296fb39b6f 100644
--- a/meta/recipes-devtools/python/python3-cython_0.29.23.bb
+++ b/meta/recipes-devtools/python/python3-cython_0.29.23.bb
@@ -1,7 +1,7 @@
1inherit setuptools3 1inherit setuptools3
2require python-cython.inc 2require python-cython.inc
3 3
4RDEPENDS_${PN} += "\ 4RDEPENDS:${PN} += "\
5 python3-setuptools \ 5 python3-setuptools \
6" 6"
7 7
@@ -10,7 +10,7 @@ RDEPENDS_${PN} += "\
10# architecture. 10# architecture.
11DISTUTILS_INSTALL_ARGS += "--skip-build" 11DISTUTILS_INSTALL_ARGS += "--skip-build"
12 12
13do_install_append() { 13do_install:append() {
14 # rename scripts that would conflict with the Python 2 build of Cython 14 # rename scripts that would conflict with the Python 2 build of Cython
15 mv ${D}${bindir}/cython ${D}${bindir}/cython3 15 mv ${D}${bindir}/cython ${D}${bindir}/cython3
16 mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3 16 mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3