summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-babel_2.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-babel_2.9.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb
new file mode 100644
index 0000000000..7248abf33b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=22a580b27e4ebf9689e466b63aedeb7f"
5
6SRC_URI[sha256sum] = "da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05"
7
8PYPI_PACKAGE = "Babel"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS_${PN} += " \
15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-difflib \
17 ${PYTHON_PN}-distutils \
18 ${PYTHON_PN}-netserver \
19 ${PYTHON_PN}-numbers \
20 ${PYTHON_PN}-pickle \
21 ${PYTHON_PN}-pytz \
22 ${PYTHON_PN}-shell \
23 ${PYTHON_PN}-threading \
24"
25
26BBCLASSEXTEND = "native nativesdk"