python3-dtschema: add python3-dtc to RDEPENDS

Also reorder the RDEPENDS to be alphabetical.

(From OE-Core rev: a185536b2a38f362a7f0e883f9010f6b34547ca9)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Trevor Gamblin
2023-07-17 12:41:24 -04:00
committed by Richard Purdie
parent 6684cfb613
commit a776b31811

View File

@@ -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"