diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-06-23 10:48:45 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-25 22:46:43 -0400 |
commit | d9ce179ca86c74b72f4a892e3950fd2792ed51ce (patch) | |
tree | d27b143d7068c0592dbbe0f8972a09c60adeb6bc | |
parent | 13b554261e5aa40d1f1ad06bafd82eedce00ceb9 (diff) | |
download | meta-virtualization-d9ce179ca86c74b72f4a892e3950fd2792ed51ce.tar.gz |
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>
-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 | ||