mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
13 lines
400 B
BlitzBasic
13 lines
400 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] = "0f28015ac68a5c067210400a9197fc5d36ba9bc3f8eaf1da3cbd59acdfed9e09"
|
|
|
|
inherit pypi setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-pytz-deprecation-shim \
|
|
"
|