From f6fe7b3045e5ace11d97fa4d245a2ffce83451fb Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 20 Sep 2019 16:45:58 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-jsonschema.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 069a57f26f..c772e9eb53 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc @@ -21,6 +21,7 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-strict-rfc3339 \ ${PYTHON_PN}-unittest \ + ${PYTHON_PN}-setuptools-scm \ " BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg