summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"