mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
python3-pytz: upgrade 2025.1 -> 2025.2
(From OE-Core rev: a5b4728060d013ae57a4a09409bf3d42798e0dd4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
30
meta/recipes-devtools/python/python3-pytz_2025.2.bb
Normal file
30
meta/recipes-devtools/python/python3-pytz_2025.2.bb
Normal file
@@ -0,0 +1,30 @@
|
||||
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] = "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"
|
||||
|
||||
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}/
|
||||
}
|
||||
Reference in New Issue
Block a user