mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
python3-flask-cors: inherit pypi
Drop SRCNAME/SRC_URI/S, change to inherit pypi. Signed-off-by: Ming Liu <ming.liu@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
13b554261e
commit
d9ce179ca8
|
@ -9,13 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce"
|
||||||
|
|
||||||
DEPENDS += "python3-six python3-flask"
|
DEPENDS += "python3-six python3-flask"
|
||||||
|
|
||||||
SRCNAME = "Flask-Cors"
|
PYPI_PACKAGE = "Flask-Cors"
|
||||||
|
|
||||||
SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867"
|
SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867"
|
||||||
SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16"
|
SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16"
|
||||||
|
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
inherit pypi setuptools3
|
||||||
|
|
||||||
inherit setuptools3
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user