diff mbox series

[3/3] python3-dtschema: add python3-pylibfdt to RDEPENDS

Message ID 20230711011104.2807078-3-tgamblin@baylibre.com
State New
Headers show
Series [1/3] python3-pylibfdt: add recipe | expand

Commit Message

Trevor Gamblin July 11, 2023, 1:11 a.m. UTC
Also reorder the RDEPENDS to be in alphabetical order.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb
index 38ff2714f2..f9dd6b77c6 100644
--- a/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb
+++ b/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb
@@ -10,6 +10,12 @@  PYPI_PACKAGE = "dtschema"
 SRC_URI[sha256sum] = "d9dc11cea6a46ae2ee5ac4a5a1c7da7cb3704417cb390881820460f7c61eb784"
 
 DEPENDS += "python3-setuptools-scm-native"
-RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"
+
+RDEPENDS:${PN} += "\
+        python3-jsonschema \
+        python3-pylibfdt \
+        python3-rfc3987 \
+        python3-ruamel-yaml \
+        "
 
 BBCLASSEXTEND = "native nativesdk"