From 7ba238662e12e456cd9e3e6974be676f61c2a7fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Oct 2023 07:38:45 +0800 Subject: python3-tzlocal: upgrade 5.0.1 -> 5.1 Changelog: - The Unicode data doesn't change tz names when IANA does, so what is current in IANA is treated as an alias in Unicode data. This version handles that. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-tzlocal_5.0.1.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb (limited to 'meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb deleted file mode 100644 index 9673c5d0ea..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -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] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-logging \ -" -- cgit v1.2.3-54-g00ecf