From 0b1e201acfc900022e6dddbe65bf6c47a9e8439d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 27 Sep 2023 05:19:51 +0000 Subject: python3-cachecontrol: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka Signed-off-by: Khem Raj (cherry picked from commit d8f81f13ba74272c1cf3d98fac319be5132a4da5) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb index 535bac0e3e..b4c90bcffd 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb @@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd2908 inherit pypi python_poetry_core +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/CacheControl/" +UPSTREAM_CHECK_REGEX = "/CacheControl/(?P(\d+[\.\-_]*)+)" + RDEPENDS:${PN} += "\ python3-crypt \ python3-datetime \ -- cgit v1.2.3-54-g00ecf