mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 15:35:26 +00:00
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>
This commit is contained in:
parent
08e40ab325
commit
0b1e201acf
@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd2908
|
|||||||
|
|
||||||
inherit pypi python_poetry_core
|
inherit pypi python_poetry_core
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/CacheControl/"
|
||||||
|
UPSTREAM_CHECK_REGEX = "/CacheControl/(?P<pver>(\d+[\.\-_]*)+)"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += "\
|
||||||
python3-crypt \
|
python3-crypt \
|
||||||
python3-datetime \
|
python3-datetime \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user