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/python3-sdbus++_git.bb b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
index f682b62..71af2be 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
@@ -9,6 +9,7 @@
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 DEPENDS += " \
     ${PYTHON_PN}-inflection-native \
+    ${PYTHON_PN}-jsonschema-native \
     ${PYTHON_PN}-mako-native \
     ${PYTHON_PN}-pyyaml-native \
     "
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 \