summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-babel_2.10.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:04:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:37 +0100
commit0304ca57cfd02d2f3824800768f4d847e8d018ea (patch)
tree1e773be9cf558a242d8b9cb8bb05c10658fbd8aa /meta/recipes-devtools/python/python3-babel_2.10.1.bb
parent578c167df338f829b5c2a1926748a3ab31b46f1b (diff)
downloadpoky-0304ca57cfd02d2f3824800768f4d847e8d018ea.tar.gz
python3-babel: upgrade 2.9.1 -> 2.10.1
License-Update: copyright years (From OE-Core rev: 63c3f731e94622648267723591678b114bf070f6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-babel_2.10.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-babel_2.10.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.10.1.bb b/meta/recipes-devtools/python/python3-babel_2.10.1.bb
new file mode 100644
index 0000000000..d06eb2bf5c
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-babel_2.10.1.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=1b3f4650099e6d6a73e5a7fc8774ff18"
5
6SRC_URI[sha256sum] = "98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13"
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"