mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-flask-cors: fix PKG_SITE
python-flask-cors was security bumped in commit04cd135b26[1], however this commit did not update the _SITE url; which changes with each new release on pypi. Therefore, downloading python-flask-cors would always fail. Fixes: https://autobuild.buildroot.org/results/eeadcb2e416cddaa5d059b31ea5dcc9f766a3cff [1]04cd135b26Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> [Julien: add "Fixes" in commit log, from Yegor Yefremov comment] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitcbc3cb2c8d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
758e9121a0
commit
1f1c903183
@@ -6,7 +6,7 @@
|
||||
|
||||
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/4f/d0/d9e52b154e603b0faccc0b7c2ad36a764d8755ef4036acbf1582a67fb86b
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user