mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
python3-setuptools-scm: fix upstream version check
(From OE-Core rev: 41c7f6bf29e581ad25497f02197c1791e5667e74) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ff3a5c4e43
commit
26526fa872
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de
|
||||
PYPI_PACKAGE = "setuptools_scm"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar"
|
||||
UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar"
|
||||
|
||||
DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user