python-jsonschema: add python-setuptools-scm to RDEPENDS

The python-jsonschema package imports pkg_resources. Add setuptools-scm
to RDEPENDS to satisfy this dependency.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2019-09-20 16:45:58 +02:00
committed by Khem Raj
parent 39c892473e
commit f6fe7b3045

View File

@@ -21,6 +21,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-shell \
${PYTHON_PN}-strict-rfc3339 \
${PYTHON_PN}-unittest \
${PYTHON_PN}-setuptools-scm \
"
BBCLASSEXTEND = "native nativesdk"