fs/tar: make --no-recursion effective
[buildroot-gz.git] / package / python-flask / Config.in
blob6f77913ed13057ef12d61e472f928a8dae2b34d6
1 config BR2_PACKAGE_PYTHON_FLASK
2         bool "python-flask"
3         select BR2_PACKAGE_PYTHON_CLICK # runtime
4         select BR2_PACKAGE_PYTHON_JINJA2 # runtime
5         select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
6         select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
7         select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
8         select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
9         help
10           Flask is a microframework for Python based on Werkzeug,
11           Jinja 2 and good intentions.
13           http://flask.pocoo.org/