aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-09-20 16:45:58 +0200
committerKhem Raj <raj.khem@gmail.com>2019-09-20 19:09:05 -0700
commit083a7d9917712b707d4b261a189fb72a80c8ab73 (patch)
treead614d518f1a9240b5eb4033b579b1289f3c511b
parent4931ab0519108fa733d2aa8cefda7473a535de24 (diff)
downloadmeta-python2-083a7d9917712b707d4b261a189fb72a80c8ab73.tar.gz
python-jsonschema: add python-setuptools-scm to RDEPENDS
The python-jsonschema package imports pkg_resources. Add setuptools-scm to RDEPENDS to satisfy this dependency. (From meta-openembedded commit: f6fe7b3045e5ace11d97fa4d245a2ffce83451fb) Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-jsonschema.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-jsonschema.inc b/recipes-devtools/python/python-jsonschema.inc
index 069a57f..c772e9e 100644
--- a/recipes-devtools/python/python-jsonschema.inc
+++ b/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"