summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cython_3.0.11.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-13 10:58:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-15 14:51:55 +0100
commit16a410cd3dfe1c15d024c9adc099b7a3659c8d30 (patch)
treeaa491f0446f7b4608665f27e33b8121cd3ec9b74 /meta/recipes-devtools/python/python3-cython_3.0.11.bb
parent4a23588322e761f2ba196062113e62765a70a128 (diff)
downloadpoky-16a410cd3dfe1c15d024c9adc099b7a3659c8d30.tar.gz
python3-cython: fix upstream check again
(From OE-Core rev: f729b7717ff39347ecc11ace884d6a44d96e2112) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb1
1 files changed, 1 insertions, 0 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 2923664641..1a42cdcdd0 100644
--- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
10SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" 10SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff"
11 11
12inherit pypi setuptools3 12inherit pypi setuptools3
13UPSTREAM_CHECK_PYPI_PACKAGE = "Cython"
13 14
14# running build_ext a second time during install fails, because Python 15# running build_ext a second time during install fails, because Python
15# would then attempt to import cythonized modules built for the target 16# would then attempt to import cythonized modules built for the target