diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-27 11:49:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-28 12:55:26 +0100 |
commit | 6fce987f16918cd0be6753f84ecd5df14aa5e99f (patch) | |
tree | 2079882b63f556a7387e4624eeee9bfedc92d6b1 /meta/recipes-devtools | |
parent | ccfa4132f9a9a1fab8c3bffdc1fa316a98ab795a (diff) | |
download | poky-6fce987f16918cd0be6753f84ecd5df14aa5e99f.tar.gz |
python3-hatch-vcs: fix upstream version check
(From OE-Core rev: 58b85b0e82385d902a103685dc263216ed9b4df4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb index 100099c130..cca2c49d2b 100644 --- a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb +++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | |||
@@ -10,3 +10,5 @@ PYPI_PACKAGE = "hatch_vcs" | |||
10 | SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff" | 10 | SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | |||
14 | UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/" | ||