diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-04 21:07:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:33 +0000 |
commit | 685f96ac3c643932917ff20e95409a6ac5a79055 (patch) | |
tree | 3f8ab468ea90c83ec1b646f8bd3d82f0fdce19f5 /meta/recipes-devtools/python | |
parent | ca72d2e367db9a2c56ea8ba5e81b602af009c5a7 (diff) | |
download | poky-685f96ac3c643932917ff20e95409a6ac5a79055.tar.gz |
python3-setuptools-scm: fix upstream version check
(From OE-Core rev: 56030191e7b1f9c30f25f7f0d67c1ba6ae17c99f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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_4.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 4ebbac6b65..48bad2b99f 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 | |||
8 | PYPI_PACKAGE = "setuptools_scm" | 8 | PYPI_PACKAGE = "setuptools_scm" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" | ||
12 | |||
11 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS_${PN} = "\ |
12 | ${PYTHON_PN}-debugger \ | 14 | ${PYTHON_PN}-debugger \ |
13 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |