From a776b31811a26e799da4fa381aca55e9d8c052d9 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 17 Jul 2023 12:41:24 -0400 Subject: python3-dtschema: add python3-dtc to RDEPENDS Also reorder the RDEPENDS to be alphabetical. (From OE-Core rev: a185536b2a38f362a7f0e883f9010f6b34547ca9) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf