mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 22:19:40 +00:00
python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d533527c65
commit
545b16a983
@@ -20,3 +20,6 @@ do_install_append() {
|
||||
chmod 644 "${f}"
|
||||
done
|
||||
}
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/"
|
||||
UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
|
||||
Reference in New Issue
Block a user