summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb
index 1fead4f8d1..6134b5ba10 100644
--- a/meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb
@@ -5,14 +5,14 @@ DESCRIPTION = "\
5 " 5 "
6SECTION = "devel/python" 6SECTION = "devel/python"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" 8LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=134f1026f0de92fd30e71976590a2868"
9 9
10PYPI_PACKAGE = "flask_cors" 10PYPI_PACKAGE = "flask_cors"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12 12
13CVE_PRODUCT = "flask-cors" 13CVE_PRODUCT = "flask-cors"
14 14
15inherit pypi setuptools3 15inherit pypi python_setuptools_build_meta
16SRC_URI[sha256sum] = "5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef" 16SRC_URI[sha256sum] = "6e118f3698249ae33e429760db98ce032a8bf9913638d085ca0f4c5534ad2423"
17 17
18RDEPENDS:${PN} += "python3-flask" 18RDEPENDS:${PN} += "python3-flask"