python3-flask-user_0.6.19.bb 748 B

123456789101112131415161718192021222324
  1. SUMMARY = "Customizable user account management for Flask"
  2. DESCRIPTION = "Customizable User Account Management for Flask; Register \
  3. Confirm email, Login, Change username, Change password, Forgot Password \
  4. and more."
  5. HOMEPAGE = " https://github.com/lingthio/Flask-User"
  6. LICENSE = "BSD-2-Clause"
  7. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
  8. SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302"
  9. PYPI_PACKAGE = "Flask-User"
  10. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  11. inherit pypi setuptools3
  12. RDEPENDS:${PN} = " \
  13. python3-babel \
  14. python3-blinker \
  15. python3-flask \
  16. python3-flask-login \
  17. python3-flask-mail \
  18. python3-flask-wtf \
  19. python3-passlib \
  20. "