mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
python3-babel: upgrade 2.16.0 -> 2.17.0
License-Update: Copyright year updated to 2025. (From OE-Core rev: 8d798c1df8f6194ae1d1640ec3156d14b3c9bb6e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2c8238d554
commit
f97595e533
26
meta/recipes-devtools/python/python3-babel_2.17.0.bb
Normal file
26
meta/recipes-devtools/python/python3-babel_2.17.0.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "A collection of tools for internationalizing Python applications"
|
||||
HOMEPAGE = "http://babel.edgewall.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e83509a66c69efcb4f3a7d4f27fd0693"
|
||||
|
||||
SRC_URI[sha256sum] = "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
S = "${WORKDIR}/babel-${PV}"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-codecs \
|
||||
python3-difflib \
|
||||
python3-netserver \
|
||||
python3-numbers \
|
||||
python3-pickle \
|
||||
python3-pytz \
|
||||
python3-setuptools \
|
||||
python3-shell \
|
||||
python3-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user