[oe] [meta-python][PATCH] python-jsonschema: add python-setuptools-scm to RDEPENDS

Bartosz Golaszewski brgl at bgdev.pl
Fri Sep 20 14:45:58 UTC 2019


From: Bartosz Golaszewski <bgolaszewski at baylibre.com>

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

Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
---
 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 069a57f26..c772e9eb5 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"
-- 
2.23.0



More information about the Openembedded-devel mailing list