mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 22:30:26 +00:00
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:
committed by
Khem Raj
parent
749847ab05
commit
f3f3e97ff1
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user