poky/meta/recipes-devtools/python/python3-babel_2.17.0.bb
Alexander Kanavin e1f059f34e meta: set S to be in UNPACKDIR in recipes that explicitly set S
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-20 12:07:26 +01:00

27 lines
640 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=e83509a66c69efcb4f3a7d4f27fd0693"
SRC_URI[sha256sum] = "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"
inherit pypi setuptools3
S = "${UNPACKDIR}/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"