blob: ac449361a49332aef19d06071bcd2180ad8c6f5c [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "Customizable user account management for Flask"
2DESCRIPTION = "Customizable User Account Management for Flask; Register \
3Confirm email, Login, Change username, Change password, Forgot Password \
4and more."
5HOMEPAGE = " https://github.com/lingthio/Flask-User"
6LICENSE = "BSD-2-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
8
9SRC_URI[md5sum] = "f7965e66ca139c8436896da07e66c21f"
10SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302"
11
12PYPI_PACKAGE = "Flask-User"
13
Brad Bishop316dfdd2018-06-25 12:45:53 -040014inherit pypi setuptools3
Andrew Geisslerd688a012020-09-18 13:36:00 -050015
Patrick Williams520786c2023-06-25 16:20:36 -050016RDEPENDS:${PN} = " \
17 python3-babel \
18 python3-blinker \
19 python3-flask \
20 python3-flask-login \
21 python3-flask-mail \
22 python3-flask-wtf \
23 python3-passlib \
24"