mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
Upstream simply redirects Babel to babel nowadays. This also fixes upstream version check. (From OE-Core rev: 2ae3f53800c97a8f8d74eb30528c4c1ba76d529e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
638 B
BlitzBasic
27 lines
638 B
BlitzBasic
SUMMARY = "A collection of tools for internationalizing Python applications"
|
|
HOMEPAGE = "http://babel.edgewall.org/"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c"
|
|
|
|
SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"
|
|
|
|
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"
|