blob: 5e6ca3d8a0d971e497df99028bd175b2aef046e3 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
5
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI[md5sum] = "60228b3ce93a203357158b909afe8ae1"
7SRC_URI[sha256sum] = "6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9PYPI_PACKAGE = "Babel"
10
11inherit pypi
12
13CLEANBROKEN = "1"
14
15RDEPENDS_${PN} += " \
16 ${PYTHON_PN}-numbers \
17 ${PYTHON_PN}-pickle \
18 ${PYTHON_PN}-pytz \
19 ${PYTHON_PN}-threading \
20"