diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 6c40d0d3845c49add5fd62910e2f292929bc0e4e (patch) | |
| tree | a788369ed85425696c0a7937904a7304c9dd48cf /meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb | |
| parent | 2fc0c58e7011cef09b48938afa733d9d0675f5e9 (diff) | |
| download | meta-openembedded-6c40d0d3845c49add5fd62910e2f292929bc0e4e.tar.gz | |
python3-stack-data: fix coding style
Use 4 spaces instead of tabs and order RDEPENDS alphabetically.
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/python/python3-stack-data_0.6.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb b/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb index 4d62471ed7..f341cbfb47 100644 --- a/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb | |||
| @@ -11,7 +11,7 @@ inherit pypi python_setuptools_build_meta | |||
| 11 | SRC_URI[sha256sum] = "32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815" | 11 | SRC_URI[sha256sum] = "32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815" |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
| 14 | python3-executing \ | 14 | python3-asttokens \ |
| 15 | python3-asttokens \ | 15 | python3-executing \ |
| 16 | python3-pure-eval \ | 16 | python3-pure-eval \ |
| 17 | " | 17 | " |
