diff options
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 | } | ||