From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../recipes-devtools/python/python-flask-login.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-flask-login.inc (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python-flask-login.inc') diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-flask-login.inc new file mode 100644 index 000000000..59eb64f77 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-flask-login.inc @@ -0,0 +1,14 @@ +SUMMARY = "User session management for Flask" +DESCRIPTION = "Flask-Login provides user session management for Flask. \ +It handles the common tasks of logging in, logging out, and remembering \ +your users’ sessions over extended periods of time." +HOMEPAGE = " https://github.com/maxcountryman/flask-login" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" + +SRC_URI[md5sum] = "25b34c74bd509792f291c16e184225df" +SRC_URI[sha256sum] = "c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec" + +PYPI_PACKAGE = "Flask-Login" + +RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask" -- cgit v1.2.3