aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
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
commitf6fe7b3045e5ace11d97fa4d245a2ffce83451fb (patch)
tree9c14f9722c057b9ee01c41ee0bbb2673e9fd50f3 /meta-python
parent39c892473e98a29832e0b33001b1a60946506a22 (diff)
downloadmeta-openembedded-contrib-f6fe7b3045e5ace11d97fa4d245a2ffce83451fb.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. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonschema.inc1
1 files changed, 1 insertions, 0 deletions
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"