From d9ce179ca86c74b72f4a892e3950fd2792ed51ce Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 23 Jun 2020 10:48:45 +0200 Subject: python3-flask-cors: inherit pypi Drop SRCNAME/SRC_URI/S, change to inherit pypi. Signed-off-by: Ming Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-flask-cors_3.0.8.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python3-flask-cors_3.0.8.bb b/recipes-devtools/python/python3-flask-cors_3.0.8.bb index 5d3c41f7..aac7152f 100644 --- a/recipes-devtools/python/python3-flask-cors_3.0.8.bb +++ b/recipes-devtools/python/python3-flask-cors_3.0.8.bb @@ -9,13 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" DEPENDS += "python3-six python3-flask" -SRCNAME = "Flask-Cors" - -SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz" +PYPI_PACKAGE = "Flask-Cors" SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867" SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools3 +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf