From 8edaa6a92e255a4dd5b7ac07851dfdf6d1ff1b05 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:39:05 +0200 Subject: python3-can: fix coding style Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded class-target override, fix whitespaces. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-can_4.2.1.bb | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-can_4.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index d7b2a95734..f5cc31d6f5 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb @@ -9,19 +9,19 @@ PYPI_PACKAGE="python-can" inherit pypi setuptools3 -RDEPENDS:${PN}:class-target += "\ - ${PYTHON_PN}-aenum \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-codecs \ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-fcntl \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-wrapt \ - ${PYTHON_PN}-pkg-resources \ - ${PYTHON_PN}-typing-extensions \ +RDEPENDS:${PN} += " \ + python3-aenum \ + python3-codecs \ + python3-compression \ + python3-ctypes \ + python3-fcntl \ + python3-logging \ + python3-misc \ + python3-netserver \ + python3-pkg-resources \ + python3-sqlite3 \ + python3-typing-extensions \ + python3-wrapt \ " BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf