diff options
author | Derek Straka <derek@asterius.io> | 2023-09-27 03:34:33 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
commit | afd2c01f7124249fc2c2ab020e7313e5cb7aaa2f (patch) | |
tree | e0f16e66688bbae9dd98a64b1c1ec4c7bf7310e9 /meta-python/recipes-devtools | |
parent | 103c054b7094baf2ba01af372f95bde22c42915d (diff) | |
download | meta-openembedded-afd2c01f7124249fc2c2ab020e7313e5cb7aaa2f.tar.gz |
python3-pyhamcrest: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0c6c1350170ebb6d302b9c242ebded7d015bd9b1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.4.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.4.bb index 888278af80..4ee84531e1 100644 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.4.bb | |||
@@ -9,6 +9,9 @@ inherit pypi python_setuptools_build_meta | |||
9 | 9 | ||
10 | DEPENDS += "${PYTHON_PN}-hatch-vcs-native" | 10 | DEPENDS += "${PYTHON_PN}-hatch-vcs-native" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PyHamcrest/" | ||
13 | UPSTREAM_CHECK_REGEX = "/PyHamcrest/(?P<pver>(\d+[\.\-_]*)+)" | ||
14 | |||
12 | RDEPENDS:${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-six \ | 16 | ${PYTHON_PN}-six \ |
14 | ${PYTHON_PN}-numbers \ | 17 | ${PYTHON_PN}-numbers \ |