summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-27 05:19:51 +0000
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commit0b1e201acfc900022e6dddbe65bf6c47a9e8439d (patch)
tree9f338fcecc3d28c943b67ff7a45e1317813f6bb8 /meta-python/recipes-devtools
parent08e40ab32540fd08f3e9f84bbe1000be8025aed9 (diff)
downloadmeta-openembedded-0b1e201acfc900022e6dddbe65bf6c47a9e8439d.tar.gz
python3-cachecontrol: 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 d8f81f13ba74272c1cf3d98fac319be5132a4da5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb3
1 files changed, 3 insertions, 0 deletions
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
7 7
8inherit pypi python_poetry_core 8inherit pypi python_poetry_core
9 9
10UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/CacheControl/"
11UPSTREAM_CHECK_REGEX = "/CacheControl/(?P<pver>(\d+[\.\-_]*)+)"
12
10RDEPENDS:${PN} += "\ 13RDEPENDS:${PN} += "\
11 python3-crypt \ 14 python3-crypt \
12 python3-datetime \ 15 python3-datetime \