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:
Bartosz Golaszewski 2023-06-23 16:38:43 +02:00 committed by Khem Raj
parent e88c3c8440
commit ebba7757fd

View File

@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc
inherit pypi python_poetry_core inherit pypi python_poetry_core
RDEPENDS:${PN} += "\ RDEPENDS:${PN} += " \
${PYTHON_PN}-datetime \ python3-datetime \
${PYTHON_PN}-shell \ python3-difflib \
${PYTHON_PN}-profile \ python3-numbers \
${PYTHON_PN}-numbers \ python3-pprint \
${PYTHON_PN}-pprint \ python3-profile \
${PYTHON_PN}-difflib \ python3-shell \
" "
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"