mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-isort: fix coding style
Stop using PYTHON_PN and fix white spaces. 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
e88c3c8440
commit
ebba7757fd
@@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-profile \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-difflib \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-datetime \
|
||||
python3-difflib \
|
||||
python3-numbers \
|
||||
python3-pprint \
|
||||
python3-profile \
|
||||
python3-shell \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user