From f3f3e97ff14240029e405c367d5338c21f72d829 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:39:17 +0200 Subject: python3-tzlocal: fix coding style Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb index 43649bf730..97f4f410e2 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf