python3-tzlocal: fix coding style

Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces.

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:17 +02:00
committed by Khem Raj
parent 749847ab05
commit f3f3e97ff1

View File

@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba898
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
${PYTHON_PN}-pytz-deprecation-shim \
${PYTHON_PN}-datetime \
RDEPENDS:${PN} += " \
python3-datetime \
python3-pytz-deprecation-shim \
"