diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cachecontrol_0.13.1.bb | 3 |
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 | ||
8 | inherit pypi python_poetry_core | 8 | inherit pypi python_poetry_core |
9 | 9 | ||
10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/CacheControl/" | ||
11 | UPSTREAM_CHECK_REGEX = "/CacheControl/(?P<pver>(\d+[\.\-_]*)+)" | ||
12 | |||
10 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
11 | python3-crypt \ | 14 | python3-crypt \ |
12 | python3-datetime \ | 15 | python3-datetime \ |