mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
13
meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb
Normal file
13
meta-python/recipes-devtools/python/python3-tzlocal_5.1.bb
Normal file
@@ -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] = "a5ccb2365b295ed964e0a98ad076fe10c495591e75505d34f154d60a7f1ed722"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-datetime \
|
||||
python3-logging \
|
||||
"
|
||||
Reference in New Issue
Block a user