mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
(cherry picked from commit 7ba238662e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
415 B
BlitzBasic
14 lines
415 B
BlitzBasic
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 \
|
|
"
|