diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:28:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:41 -0800 |
| commit | c447e3f24722078b9fb8e32a1ac70805fbe96d5c (patch) | |
| tree | 7aef24a7b1be2c825153f2885afb6ad40a01e9db /meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | |
| parent | ac1b82f479317cc4768beb025fdb5dc2e8fec8f0 (diff) | |
| download | meta-openembedded-c447e3f24722078b9fb8e32a1ac70805fbe96d5c.tar.gz | |
python3-tzlocal: upgrade 5.1 -> 5.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb new file mode 100644 index 0000000000..866a7a78c5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Library to return tzinfo with the local timezone information" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/tzlocal/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-datetime \ | ||
| 12 | python3-logging \ | ||
| 13 | " | ||
