python3-tzlocal: Add zoneinfo dependency

Fixes: https://github.com/openembedded/meta-openembedded/issues/787
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pavel Zhukov 2024-02-08 16:04:10 +01:00 committed by Khem Raj
parent e8a1c9823b
commit d5dbc6b6a5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,4 +10,5 @@ inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
python3-datetime \
python3-logging \
python3-zoneinfo \
"