diff options
-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 \ |