xref: /OK3568_Linux_fs/buildroot/package/python-flask/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_FLASK
2*4882a593Smuzhiyun	bool "python-flask"
3*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_CLICK # runtime
4*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
8*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON
9*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3
10*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
11*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  Flask is a microframework for Python based on Werkzeug,
14*4882a593Smuzhiyun	  Jinja 2 and good intentions.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://palletsprojects.com/p/flask
17