Skip to content

Commit

Permalink
python3-flask-login: Consolidate in a single file
Browse files Browse the repository at this point in the history
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
leon-anavi authored and kraj committed Aug 11, 2020
1 parent 90e5182 commit 79638ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 0 additions & 14 deletions meta-python/recipes-devtools/python/python-flask-login.inc

This file was deleted.

16 changes: 15 additions & 1 deletion meta-python/recipes-devtools/python/python3-flask-login_0.4.1.bb
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
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"

inherit pypi setuptools3
require python-flask-login.inc

RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask"

0 comments on commit 79638ed

Please sign in to comment.