From c447e3f24722078b9fb8e32a1ac70805fbe96d5c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:28:55 -0700 Subject: python3-tzlocal: upgrade 5.1 -> 5.2 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb (limited to 'meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb new file mode 100644 index 0000000000..866a7a78c5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Library to return tzinfo with the local timezone information" +HOMEPAGE = "https://pypi.org/project/tzlocal/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" + +SRC_URI[sha256sum] = "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ +" -- cgit v1.2.3-54-g00ecf