meta-phosphor: sdbusplus: add jsonschema dependency
The latest versions of the repository use jsonschema to validate
the format of YAML files. Add necessary dependencies.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id9cef704381880190fc9b2ce43e124df073b15a3
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index 28b76d0..e000c40 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -4,6 +4,7 @@
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS += " \
${PYTHON_PN}-inflection-native \
+ ${PYTHON_PN}-jsonschema-native \
${PYTHON_PN}-mako-native \
${PYTHON_PN}-pyyaml-native \
boost \