From 9f3e222e9927b17409bbc28bb1afaad730ba531d Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 2 Nov 2025 12:37:40 +0100 Subject: [PATCH] package/python-flask-cors: remove license file Upstream tarball does not contain a license file anymore since version 5.0.1 [1] which causes errors after buildroot commit 04cd135b26406dcc31cb66af1480d53fffe81e59 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 Signed-off-by: Julien Olivain --- package/python-flask-cors/python-flask-cors.hash | 2 -- package/python-flask-cors/python-flask-cors.mk | 1 - 2 files changed, 3 deletions(-) diff --git a/package/python-flask-cors/python-flask-cors.hash b/package/python-flask-cors/python-flask-cors.hash index 7070b5462e..974d4a7a9e 100644 --- a/package/python-flask-cors/python-flask-cors.hash +++ b/package/python-flask-cors/python-flask-cors.hash @@ -1,5 +1,3 @@ # md5, sha256 from https://pypi.org/pypi/flask-cors/json md5 2879503d54f25a4cacb62f7060b96e14 flask_cors-6.0.1.tar.gz sha256 d81bcb31f07b0985be7f48406247e9243aced229b7747219160a0559edd678db flask_cors-6.0.1.tar.gz -# Locally computed sha256 checksums -sha256 6e1a1bdc54834c1e0740cbce5d5f6f2cae1c846fd2a7f482b11649594fafbd5d LICENSE diff --git a/package/python-flask-cors/python-flask-cors.mk b/package/python-flask-cors/python-flask-cors.mk index 26198e6fb4..c7bc338867 100644 --- a/package/python-flask-cors/python-flask-cors.mk +++ b/package/python-flask-cors/python-flask-cors.mk @@ -9,7 +9,6 @@ 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_LICENSE_FILES = LICENSE PYTHON_FLASK_CORS_CPE_ID_VENDOR = flask-cors_project PYTHON_FLASK_CORS_CPE_ID_PRODUCT = flask-cors