blob: 8a01b49b454fd702bfd3f838de8899dfa36258d3 [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 Geisslerd688a012020-09-18 13:36:00 -05005SRC_URI[md5sum] = "50d5e92d96ef58787bf85b5a1b0a5567"
6SRC_URI[sha256sum] = "f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
8PYPI_PACKAGE = "Flask-Babel"
9
Andrew Geissler748a4832020-07-24 16:24:21 -050010inherit pypi setuptools3
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-speaklater \
14 ${PYTHON_PN}-babel \
15 ${PYTHON_PN}-flask \
16 "