poky/meta/recipes-devtools/python/python3-pytz_2025.1.bb
Richard Purdie 8ded6b9257 python3-pytz: upgrade 2024.2 -> 2025.1
(From OE-Core rev: c8445cf5d8e3a47f7ae38d400c7d4edf7d32d3cc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-02-05 12:49:55 +00:00

31 lines
724 B
BlitzBasic

SUMMARY = "World timezone definitions, modern and historical"
HOMEPAGE = "http://pythonhosted.org/pytz"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999"
inherit pypi setuptools3 ptest-python-pytest
PTEST_PYTEST_DIR = "pytz/tests"
SRC_URI[sha256sum] = "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"
RDEPENDS:${PN}:class-target += "\
python3-datetime \
python3-doctest \
python3-io \
python3-pickle \
python3-pprint \
python3-threading \
"
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest:append() {
cp -f ${S}/README.rst ${D}${PTEST_PATH}/
}