diff options
-rw-r--r-- | recipes-devtools/python/python3-flask-cors_3.0.8.bb | 8 |
1 files changed, 2 insertions, 6 deletions
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" | |||
9 | 9 | ||
10 | DEPENDS += "python3-six python3-flask" | 10 | DEPENDS += "python3-six python3-flask" |
11 | 11 | ||
12 | SRCNAME = "Flask-Cors" | 12 | PYPI_PACKAGE = "Flask-Cors" |
13 | |||
14 | SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz" | ||
15 | 13 | ||
16 | SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867" | 14 | SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867" |
17 | SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16" | 15 | SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16" |
18 | 16 | ||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 17 | inherit pypi setuptools3 |
20 | |||
21 | inherit setuptools3 | ||