diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-09-20 16:45:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-20 19:09:05 -0700 |
commit | f6fe7b3045e5ace11d97fa4d245a2ffce83451fb (patch) | |
tree | 9c14f9722c057b9ee01c41ee0bbb2673e9fd50f3 /meta-python/recipes-devtools/python/python-jsonschema.inc | |
parent | 39c892473e98a29832e0b33001b1a60946506a22 (diff) | |
download | meta-openembedded-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/recipes-devtools/python/python-jsonschema.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 1 |
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} += " \ | |||
21 | ${PYTHON_PN}-shell \ | 21 | ${PYTHON_PN}-shell \ |
22 | ${PYTHON_PN}-strict-rfc3339 \ | 22 | ${PYTHON_PN}-strict-rfc3339 \ |
23 | ${PYTHON_PN}-unittest \ | 23 | ${PYTHON_PN}-unittest \ |
24 | ${PYTHON_PN}-setuptools-scm \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |