summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:43 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commitebba7757fdc3c9e264304751c743e5f48e050cf4 (patch)
tree1835d5d52fedd74f88ff71ce962da11e1e04a039
parente88c3c8440127afa24cca90a8472d3514839cd51 (diff)
downloadmeta-openembedded-ebba7757fdc3c9e264304751c743e5f48e050cf4.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_5.12.0.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
index 6d7b20f3a9..03d7a529ce 100644
--- a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
@@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc
8 8
9inherit pypi python_poetry_core 9inherit pypi python_poetry_core
10 10
11RDEPENDS:${PN} += "\ 11RDEPENDS:${PN} += " \
12 ${PYTHON_PN}-datetime \ 12 python3-datetime \
13 ${PYTHON_PN}-shell \ 13 python3-difflib \
14 ${PYTHON_PN}-profile \ 14 python3-numbers \
15 ${PYTHON_PN}-numbers \ 15 python3-pprint \
16 ${PYTHON_PN}-pprint \ 16 python3-profile \
17 ${PYTHON_PN}-difflib \ 17 python3-shell \
18" 18"
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"