From: Alexander Kanavin Date: Fri, 4 Dec 2020 20:07:34 +0000 (+0100) Subject: python3-setuptools-scm: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56030191e7b1f9c30f25f7f0d67c1ba6ae17c99f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools-scm: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb index 4ebbac6b652..48bad2b99fd 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb @@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090 PYPI_PACKAGE = "setuptools_scm" inherit pypi setuptools3 +UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P.*)\.tar" + RDEPENDS_${PN} = "\ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \