From 7d45c76cb4cc957f6e8f299b802bd11e02152a11 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:38:44 +0200 Subject: python3-isort: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-isort_5.12.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') 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 inherit pypi python_poetry_core RDEPENDS:${PN} += " \ + python3-compression \ python3-datetime \ python3-difflib \ + python3-email \ python3-numbers \ python3-pprint \ python3-profile \ -- cgit v1.2.3-54-g00ecf