summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flask-login.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-login.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-flask-login.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-python/recipes-devtools/python/python-flask-login.inc
deleted file mode 100644
index 59eb64f778..0000000000
--- a/meta-python/recipes-devtools/python/python-flask-login.inc
+++ /dev/null
@@ -1,14 +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] = "25b34c74bd509792f291c16e184225df"
10SRC_URI[sha256sum] = "c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec"
11
12PYPI_PACKAGE = "Flask-Login"
13
14RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask"