summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2022-04-10 22:44:47 +0200
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-04-11 09:22:30 -0400
commit50378fee900c7a48e802de355a65444cc5a7a170 (patch)
tree700847e579c3afb3cc8c7d4257629d1a4e528688 /meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
parenta8589dd218fbde9fcf446c1990f4d4b0e80d4c39 (diff)
downloadmeta-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.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
deleted file mode 100644
index b03929104d..0000000000
--- a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "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
9SRC_URI[md5sum] = "a2d94aa6ae935345ebc68eb3cbb5fccd"
10SRC_URI[sha256sum] = "6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b"
11
12PYPI_PACKAGE = "Flask-Login"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask"