Upstream tarball does not contain a license file anymore since version
5.0.1 [1] which causes errors after buildroot commit
04cd135b26 which bumped the package
version from 5.0.0 to 6.0.1.
Fixes:
https://autobuild.buildroot.net/results/1eb/1eb9d68616793c9241bcb55bc2ea1929608c68bd/
[1] https://github.com/corydolphin/flask-cors/issues/382
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
627 B
Makefile
16 lines
627 B
Makefile
################################################################################
|
|
#
|
|
# python-flask-cors
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FLASK_CORS_VERSION = 6.0.1
|
|
PYTHON_FLASK_CORS_SOURCE = flask_cors-$(PYTHON_FLASK_CORS_VERSION).tar.gz
|
|
PYTHON_FLASK_CORS_SITE = https://files.pythonhosted.org/packages/76/37/bcfa6c7d5eec777c4c7cf45ce6b27631cebe5230caf88d85eadd63edd37a
|
|
PYTHON_FLASK_CORS_SETUP_TYPE = setuptools
|
|
PYTHON_FLASK_CORS_LICENSE = MIT
|
|
PYTHON_FLASK_CORS_CPE_ID_VENDOR = flask-cors_project
|
|
PYTHON_FLASK_CORS_CPE_ID_PRODUCT = flask-cors
|
|
|
|
$(eval $(python-package))
|