Files
meta-openembedded/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
T
Ross Burton e2f053038c meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE,
which is the default value.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-04 17:10:37 -07:00

26 lines
746 B
BlitzBasic

SUMMARY = "Customizable user account management for Flask"
DESCRIPTION = "Customizable User Account Management for Flask; Register \
Confirm email, Login, Change username, Change password, Forgot Password \
and more."
HOMEPAGE = "https://github.com/lingthio/Flask-User"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302"
PYPI_PACKAGE = "Flask-User"
CVE_PRODUCT = "flask-user_project:flask-user"
inherit pypi setuptools3
RDEPENDS:${PN} = " \
python3-babel \
python3-blinker \
python3-flask \
python3-flask-login \
python3-flask-mail \
python3-flask-wtf \
python3-passlib \
"