blob: d968be3ee268e1e1a93954483d8b52fbe046c7dc [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "i18n and l10n support for Flask based on babel and pytz"
Brad Bishop2d39a062019-10-28 08:33:36 -04002LICENSE = "BSD-3-Clause"
Brad Bishop316dfdd2018-06-25 12:45:53 -04003LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9"
4
Andrew Geissler748a4832020-07-24 16:24:21 -05005SRC_URI[sha256sum] = "d6a70468f9a8919d59fba2a291a003da3a05ff884275dddbd965f3b98b09ab3e"
Brad Bishop316dfdd2018-06-25 12:45:53 -04006
7PYPI_PACKAGE = "Flask-Babel"
8
Andrew Geissler748a4832020-07-24 16:24:21 -05009inherit pypi setuptools3
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-speaklater \
13 ${PYTHON_PN}-babel \
14 ${PYTHON_PN}-flask \
15 "