From 241970c5dbaafe9c9d877d58432a763da3e81b16 Mon Sep 17 00:00:00 2001 From: wangmy Date: Sat, 2 Apr 2022 20:35:03 +0800 Subject: python3-tzlocal: upgrade 4.1 -> 4.2 Add dependency : python3-datetime Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb | 12 ------------ meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb deleted file mode 100644 index 1c910920e0..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb +++ /dev/null @@ -1,12 +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] = "0f28015ac68a5c067210400a9197fc5d36ba9bc3f8eaf1da3cbd59acdfed9e09" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-pytz-deprecation-shim \ -" diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb b/meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb new file mode 100644 index 0000000000..b9307f100f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_4.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] = "ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-pytz-deprecation-shim \ + ${PYTHON_PN}-datetime \ +" -- cgit v1.2.3-54-g00ecf