diff mbox series

[meta-python,031/149] python3-stack-data: fix coding style

Message ID 20230531082437.10646-32-brgl@bgdev.pl
State New
Headers show
Series python3: improve run-time dependencies situation | expand

Commit Message

Bartosz Golaszewski May 31, 2023, 8:22 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Use 4 spaces instead of tabs and order RDEPENDS alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../recipes-devtools/python/python3-stack-data_0.6.2.bb     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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 4d62471ed..f341cbfb4 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
 SRC_URI[sha256sum] = "32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815"
 
 RDEPENDS:${PN} = " \
-	python3-executing \
-	python3-asttokens \
-	python3-pure-eval \
+    python3-asttokens \
+    python3-executing \
+    python3-pure-eval \
 "