blob: 42746729494edaaeb5f28b56a204698cb1b271a8 [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 Bishop15ae2502019-06-18 21:44:24 -04004LIC_FILES_CHKSUM = "file://LICENSE;md5=942469df9305abb1c59e95f778310384"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop15ae2502019-06-18 21:44:24 -04006SRC_URI[md5sum] = "83c158b7dae9135750a7cf204e6e2eea"
7SRC_URI[sha256sum] = "e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28"
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"