summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-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 \