diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_5.12.0.bb | 2 |
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 | |||
9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
10 | 10 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${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 \ |