diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-11-14 19:00:11 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-14 19:00:11 +0100 |
commit | 541d9452237ba5fc00a42a0a7e4019518d7ec4ce (patch) | |
tree | a4e662ab3f12d38f4d92579fe984b3a77e24de61 /package/python-flask/Config.in | |
parent | 5c3d11909048a42c702594e1354ee1d4603419b4 (diff) | |
download | buildroot-541d9452237ba5fc00a42a0a7e4019518d7ec4ce.tar.gz buildroot-541d9452237ba5fc00a42a0a7e4019518d7ec4ce.zip |
package: add python-flask
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-flask/Config.in')
-rw-r--r-- | package/python-flask/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in new file mode 100644 index 0000000000..4a955c4585 --- /dev/null +++ b/package/python-flask/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_FLASK + bool "python-flask" + select BR2_PACKAGE_PYTHON_WERKZEUG + select BR2_PACKAGE_PYTHON_JINJA2 + select BR2_PACKAGE_PYTHON_ITSDANGEROUS + help + Flask is a microframework for Python based on Werkzeug, + Jinja 2 and good intentions. + + http://flask.pocoo.org/ |