diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:44 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | 7d45c76cb4cc957f6e8f299b802bd11e02152a11 (patch) | |
| tree | 1f6d468245caa3286a26427b854c21b0eb3065fe /meta-python/recipes-devtools | |
| parent | ebba7757fdc3c9e264304751c743e5f48e050cf4 (diff) | |
| download | meta-openembedded-7d45c76cb4cc957f6e8f299b802bd11e02152a11.tar.gz | |
python3-isort: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -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 \ |
