mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-07 17:55:45 +01:00
python3-pymysql: 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>
This commit is contained in:
parent
f6712591f6
commit
a6e462e3b1
|
|
@ -13,4 +13,7 @@ SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5
|
|||
PYPI_PACKAGE = "PyMySQL"
|
||||
inherit pypi setuptools3
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pymysql/"
|
||||
UPSTREAM_CHECK_REGEX = "/pymysql/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-cryptography"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user