From: Alexander Kanavin Date: Fri, 22 Sep 2023 07:24:31 +0000 (+0200) Subject: python3-setuptools-scm: fix upstream version check X-Git-Tag: yocto-5.2~5040 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41c7f6bf29e581ad25497f02197c1791e5667e74;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools-scm: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb index 7961ff71989..bb13c654606 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb @@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de PYPI_PACKAGE = "setuptools_scm" inherit pypi python_setuptools_build_meta -UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P.*)\.tar" +UPSTREAM_CHECK_REGEX = "scm-(?P.*)\.tar" DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native"