python3-can: fix coding style

Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded
class-target override, 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:05 +02:00 committed by Khem Raj
parent 9d51bf9c9b
commit 8edaa6a92e

View File

@ -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"