From: Alexander Kanavin Date: Tue, 6 Aug 2024 15:01:22 +0000 (+0200) Subject: python3-cython: correct upstream version check X-Git-Tag: yocto-5.2~2151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a05594e0b176eb2e3a7facf758e8c293bce96ce2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-cython: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 754543e711f..86ae5f25e99 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" PYPI_PACKAGE = "Cython" SRC_URI[sha256sum] = "dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99" -UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi setuptools3