diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2022-04-10 22:44:47 +0200 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-11 09:22:30 -0400 |
| commit | 50378fee900c7a48e802de355a65444cc5a7a170 (patch) | |
| tree | 700847e579c3afb3cc8c7d4257629d1a4e528688 /meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb | |
| parent | a8589dd218fbde9fcf446c1990f4d4b0e80d4c39 (diff) | |
| download | meta-openembedded-50378fee900c7a48e802de355a65444cc5a7a170.tar.gz | |
python3-flask-login: update to 0.6.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb new file mode 100644 index 0000000000..dd295cf2dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "User session management for Flask" | ||
| 2 | DESCRIPTION = "Flask-Login provides user session management for Flask. \ | ||
| 3 | It handles the common tasks of logging in, logging out, and remembering \ | ||
| 4 | your users’ sessions over extended periods of time." | ||
| 5 | HOMEPAGE = " https://github.com/maxcountryman/flask-login" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "Flask-Login" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" | ||
