blob: 4dcb255c8692862fea1252eac7caefe26bbb027d [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 Bishop316dfdd2018-06-25 12:45:53 -04006SRC_URI[md5sum] = "152a6b17fe4110b95675aceb9af9fab2"
7SRC_URI[sha256sum] = "8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14"
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"