python3-flask-babel_4.0.0.bb 463 B

12345678910111213141516
  1. DESCRIPTION = "i18n and l10n support for Flask based on babel and pytz"
  2. LICENSE = "BSD-3-Clause"
  3. LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9"
  4. SRC_URI[sha256sum] = "dbeab4027a3f4a87678a11686496e98e1492eb793cbdd77ab50f4e9a2602a593"
  5. PYPI_PACKAGE = "flask_babel"
  6. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  7. inherit pypi python_poetry_core
  8. RDEPENDS:${PN} += "\
  9. python3-speaklater \
  10. python3-babel \
  11. python3-flask \
  12. "