diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | ebba7757fdc3c9e264304751c743e5f48e050cf4 (patch) | |
| tree | 1835d5d52fedd74f88ff71ce962da11e1e04a039 | |
| parent | e88c3c8440127afa24cca90a8472d3514839cd51 (diff) | |
| download | meta-openembedded-ebba7757fdc3c9e264304751c743e5f48e050cf4.tar.gz | |
python3-isort: fix coding style
Stop using PYTHON_PN and fix white spaces.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_5.12.0.bb | 14 |
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 | ||
| 9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${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 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
