mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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:
committed by
Khem Raj
parent
9d51bf9c9b
commit
8edaa6a92e
@@ -9,19 +9,19 @@ PYPI_PACKAGE="python-can"
|
|||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN}:class-target += "\
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-aenum \
|
python3-aenum \
|
||||||
${PYTHON_PN}-ctypes \
|
python3-codecs \
|
||||||
${PYTHON_PN}-codecs \
|
python3-compression \
|
||||||
${PYTHON_PN}-compression \
|
python3-ctypes \
|
||||||
${PYTHON_PN}-fcntl \
|
python3-fcntl \
|
||||||
${PYTHON_PN}-logging \
|
python3-logging \
|
||||||
${PYTHON_PN}-misc \
|
python3-misc \
|
||||||
${PYTHON_PN}-netserver \
|
python3-netserver \
|
||||||
${PYTHON_PN}-sqlite3 \
|
python3-pkg-resources \
|
||||||
${PYTHON_PN}-wrapt \
|
python3-sqlite3 \
|
||||||
${PYTHON_PN}-pkg-resources \
|
python3-typing-extensions \
|
||||||
${PYTHON_PN}-typing-extensions \
|
python3-wrapt \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user