meta-virtualization/recipes-devtools/python/python3-flask-cors-virt_3.0.10.bb
Bruce Ashfield 4c88600803 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 <bruce.ashfield@gmail.com>
2023-10-30 03:20:22 +00:00

17 lines
546 B
BlitzBasic

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