mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-04 14:43:51 -09:00
Add new python-werkzeug runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
config BR2_PACKAGE_PYTHON_FLASK_CORS
|
|
bool "python-flask-cors"
|
|
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
|
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
|
help
|
|
A Flask extension adding a decorator for CORS support.
|
|
|
|
https://github.com/corydolphin/flask-cors
|