diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 09:13:51 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 11:06:20 +0100 |
| commit | c6297306a775b68122abbf21836414edff011958 (patch) | |
| tree | 09af0fd3479272e5de197c89d77edfba3cb607ad /meta/recipes-devtools/python/python3-pytz_2025.2.bb | |
| parent | 7f6c7814bd383aa5e631ff32d01bd993e782c932 (diff) | |
| download | poky-c6297306a775b68122abbf21836414edff011958.tar.gz | |
python3-pytz: upgrade 2025.1 -> 2025.2
(From OE-Core rev: a5b4728060d013ae57a4a09409bf3d42798e0dd4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytz_2025.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pytz_2025.2.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pytz_2025.2.bb b/meta/recipes-devtools/python/python3-pytz_2025.2.bb new file mode 100644 index 0000000000..86bfceadc8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pytz_2025.2.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "World timezone definitions, modern and historical" | ||
| 2 | HOMEPAGE = "http://pythonhosted.org/pytz" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 ptest-python-pytest | ||
| 7 | |||
| 8 | PTEST_PYTEST_DIR = "pytz/tests" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" | ||
| 11 | |||
| 12 | RDEPENDS:${PN}:class-target += "\ | ||
| 13 | python3-datetime \ | ||
| 14 | python3-doctest \ | ||
| 15 | python3-io \ | ||
| 16 | python3-pickle \ | ||
| 17 | python3-pprint \ | ||
| 18 | python3-threading \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
| 22 | |||
| 23 | RDEPENDS:${PN}-ptest += " \ | ||
| 24 | python3-pytest \ | ||
| 25 | python3-unittest-automake-output \ | ||
| 26 | " | ||
| 27 | |||
| 28 | do_install_ptest:append() { | ||
| 29 | cp -f ${S}/README.rst ${D}${PTEST_PATH}/ | ||
| 30 | } | ||
