From 26526fa8728aa69f3e18be954b70f32c4bd4f0e4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Sep 2023 09:24:31 +0200 Subject: python3-setuptools-scm: fix upstream version check (From OE-Core rev: 41c7f6bf29e581ad25497f02197c1791e5667e74) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb') 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 7961ff7198..bb13c65460 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" -- cgit v1.2.3-54-g00ecf