blob: 7dddba04348d892dafc4f515c48f97179572bf8a [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "User session management for Flask"
2DESCRIPTION = "Flask-Login provides user session management for Flask. \
3It handles the common tasks of logging in, logging out, and remembering \
4your users’ sessions over extended periods of time."
5HOMEPAGE = " https://github.com/maxcountryman/flask-login"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
8
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009SRC_URI[md5sum] = "e050efaa2c4dbc2d97f480a70f4d44aa"
10SRC_URI[sha256sum] = "d25e356b14a59f52da0ab30c31c2ad285fa23a840f0f6971df7ed247c77082a7"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12PYPI_PACKAGE = "Flask-Login"
13
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask"