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