summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-22 09:24:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:35:27 +0100
commit26526fa8728aa69f3e18be954b70f32c4bd4f0e4 (patch)
tree33f721bdb68d7fbe218fa37f0aa60b8f386bc393 /meta/recipes-devtools/python
parentff3a5c4e43712711638a1b0e1b934bc5416558a2 (diff)
downloadpoky-26526fa8728aa69f3e18be954b70f32c4bd4f0e4.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb2
1 files changed, 1 insertions, 1 deletions
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
9PYPI_PACKAGE = "setuptools_scm" 9PYPI_PACKAGE = "setuptools_scm"
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" 12UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar"
13 13
14DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" 14DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native"
15 15