summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-06 17:01:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-07 15:47:15 +0100
commit90aa4ff101d34e901fe4771b5a483f4eb2c57e63 (patch)
treedb9d70725f97dde1db3714376d6c26d28a0ce881 /meta/recipes-devtools/python
parent9649bec517996558e01d668d2b59e68306a3a647 (diff)
downloadpoky-90aa4ff101d34e901fe4771b5a483f4eb2c57e63.tar.gz
python3-cython: correct upstream version check
(From OE-Core rev: a05594e0b176eb2e3a7facf758e8c293bce96ce2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-cython_3.0.10.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.10.bb b/meta/recipes-devtools/python/python3-cython_3.0.10.bb
index 754543e711..86ae5f25e9 100644
--- a/meta/recipes-devtools/python/python3-cython_3.0.10.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.0.10.bb
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
9PYPI_PACKAGE = "Cython" 9PYPI_PACKAGE = "Cython"
10 10
11SRC_URI[sha256sum] = "dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99" 11SRC_URI[sha256sum] = "dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99"
12UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
13 12
14inherit pypi setuptools3 13inherit pypi setuptools3
15 14