mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9d51bf9c9b
commit
8edaa6a92e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user