Message ID | 20230214183101.33761-2-twoerner@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v3,1/4] dtc: version bump and add python wrapper | expand |
diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.1.bb index 9767c95d3043..7d69b568514c 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.1.bb @@ -10,6 +10,6 @@ PYPI_PACKAGE = "dtschema" SRC_URI[sha256sum] = "8fc8c269e4c57e9d008af7b32cd33b77afd4ea1ac9552bcfa96b41b9e0c52586" DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" +RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987 dtc-pylibfdt" BBCLASSEXTEND = "native nativesdk"
dt-schema has a dependency on pylibfdt from dtc. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- meta/recipes-devtools/python/python3-dtschema_2023.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)