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>
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
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
|