python3-tzlocal: add missing run-time dependencies

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2023-06-23 16:39:18 +02:00 committed by Khem Raj
parent f3f3e97ff1
commit 9f28bbf6a4

View File

@ -9,5 +9,6 @@ inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
python3-datetime \
python3-logging \
python3-pytz-deprecation-shim \
"