From 4c8860080355dddaec2af7eec46e1c059c718851 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 30 Oct 2023 03:18:30 +0000 Subject: devtools: fork python3-flask-cors It is currently unclear if we have a hard dependency on this version of the module. meta-python has a newer version, so we are now breaking tests for yocto compliance (the layer changes the hash). For now, we fork the recipe to avoid the error and start preparing to drop it. Signed-off-by: Bruce Ashfield --- .../python/python3-flask-cors-virt_3.0.10.bb | 16 ++++++++++++++++ recipes-devtools/python/python3-flask-cors_3.0.10.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 recipes-devtools/python/python3-flask-cors-virt_3.0.10.bb delete mode 100644 recipes-devtools/python/python3-flask-cors_3.0.10.bb diff --git a/recipes-devtools/python/python3-flask-cors-virt_3.0.10.bb b/recipes-devtools/python/python3-flask-cors-virt_3.0.10.bb new file mode 100644 index 00000000..2b2e2ce6 --- /dev/null +++ b/recipes-devtools/python/python3-flask-cors-virt_3.0.10.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "https://pypi.python.org/pypi/Flask-Cors/" +SUMMARY = "A Flask extension adding a decorator for CORS support" +DESCRIPTION = "\ + A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" + +DEPENDS += "python3-six python3-flask" + +PYPI_PACKAGE = "Flask-Cors" + +SRC_URI[sha256sum] = "b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de" + +inherit pypi setuptools3 diff --git a/recipes-devtools/python/python3-flask-cors_3.0.10.bb b/recipes-devtools/python/python3-flask-cors_3.0.10.bb deleted file mode 100644 index 2b2e2ce6..00000000 --- a/recipes-devtools/python/python3-flask-cors_3.0.10.bb +++ /dev/null @@ -1,16 +0,0 @@ -HOMEPAGE = "https://pypi.python.org/pypi/Flask-Cors/" -SUMMARY = "A Flask extension adding a decorator for CORS support" -DESCRIPTION = "\ - A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" - -DEPENDS += "python3-six python3-flask" - -PYPI_PACKAGE = "Flask-Cors" - -SRC_URI[sha256sum] = "b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de" - -inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf