diff mbox series

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

Message ID 20230717164124.1026028-3-tgamblin@baylibre.com
State Accepted, archived
Commit a185536b2a38f362a7f0e883f9010f6b34547ca9
Headers show
Series [RESEND,1/3] python3-dtschema: upgrade 2023.4 -> 2023.6.1 | expand

Commit Message

Trevor Gamblin July 17, 2023, 4:41 p.m. UTC
Also reorder the RDEPENDS to be alphabetical.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb | 7 ++++++-
 1 file changed, 6 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..0c2c156ec4 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,11 @@  PYPI_PACKAGE = "dtschema"
 SRC_URI[sha256sum] = "d9dc11cea6a46ae2ee5ac4a5a1c7da7cb3704417cb390881820460f7c61eb784"
 
 DEPENDS += "python3-setuptools-scm-native"
-RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"
+RDEPENDS:${PN} += "\
+        python3-dtc \
+        python3-jsonschema \
+        python3-rfc3987 \
+        python3-ruamel-yaml \
+        "
 
 BBCLASSEXTEND = "native nativesdk"