diff options
| author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2016-05-20 13:29:02 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-23 14:04:11 +0200 |
| commit | 4946b1956790618fb31ded9970d10a88ba77b545 (patch) | |
| tree | 3422265b2e10a893fd5976eaf1c29223489a2cc8 /package/python-flask-login/Config.in | |
| parent | 279f4a0eaa54a003b7f245145de952b1d5188e2a (diff) | |
| download | buildroot-4946b1956790618fb31ded9970d10a88ba77b545.tar.gz buildroot-4946b1956790618fb31ded9970d10a88ba77b545.zip | |
python-flask-login: new package
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-flask-login/Config.in')
| -rw-r--r-- | package/python-flask-login/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-flask-login/Config.in b/package/python-flask-login/Config.in new file mode 100644 index 0000000000..88c413e2a2 --- /dev/null +++ b/package/python-flask-login/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_FLASK_LOGIN + bool "python-flask-login" + # runtime dependency + select BR2_PACKAGE_PYTHON_FLASK + help + Flask-Login provides user session management for Flask. + + https://github.com/maxcountryman/flask-login |

