summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_5.12.0.bb2
1 files changed, 2 insertions, 0 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 03d7a529ce..d111393eaf 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
@@ -9,8 +9,10 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc
9inherit pypi python_poetry_core 9inherit pypi python_poetry_core
10 10
11RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
12 python3-compression \
12 python3-datetime \ 13 python3-datetime \
13 python3-difflib \ 14 python3-difflib \
15 python3-email \
14 python3-numbers \ 16 python3-numbers \
15 python3-pprint \ 17 python3-pprint \
16 python3-profile \ 18 python3-profile \