blob: 14b5a9f573e35533b12d4ffac35152506cfade53 [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"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004LIC_FILES_CHKSUM = "file://LICENSE;md5=eebdc057dc12abcc2d6c4453628bfcd4"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006SRC_URI[md5sum] = "c384ac03026e8fe6f9b90f55201f1bff"
7SRC_URI[sha256sum] = "8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9PYPI_PACKAGE = "Babel"
10
11inherit pypi
12
13CLEANBROKEN = "1"
14
15RDEPENDS_${PN} += " \
Brad Bishop316dfdd2018-06-25 12:45:53 -040016 ${PYTHON_PN}-codecs \
17 ${PYTHON_PN}-difflib \
18 ${PYTHON_PN}-distutils \
19 ${PYTHON_PN}-netserver \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020 ${PYTHON_PN}-numbers \
21 ${PYTHON_PN}-pickle \
22 ${PYTHON_PN}-pytz \
Brad Bishop316dfdd2018-06-25 12:45:53 -040023 ${PYTHON_PN}-shell \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050024 ${PYTHON_PN}-threading \
25"