summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2019-11-21 10:34:40 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-21 17:21:15 -0800
commitb77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (patch)
tree628b6d3501f2ef3adbb8ffb7fd8f2cb2a25c9c16 /meta-python
parent2506374cf3fdc369aece591a35afa874bd05dbdd (diff)
downloadmeta-openembedded-b77cc676916e7cf06e5a80081aac52a7bdc7d3a9.tar.gz
python-jsonschema: add missing dependency
Signed-off-by: Chen Qi <Qi.Chen@windriver.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 837d5760c..258beadc4 100644
--- a/meta-python/recipes-devtools/python/python-jsonschema.inc
+++ b/meta-python/recipes-devtools/python/python-jsonschema.inc
@@ -44,6 +44,7 @@ RDEPENDS_${PN} += " \
44 ${PYTHON_PN}-six \ 44 ${PYTHON_PN}-six \
45 ${PYTHON_PN}-unittest \ 45 ${PYTHON_PN}-unittest \
46 ${PYTHON_PN}-setuptools-scm \ 46 ${PYTHON_PN}-setuptools-scm \
47 ${PYTHON_PN}-zipp \
47" 48"
48 49
49BBCLASSEXTEND = "native nativesdk" 50BBCLASSEXTEND = "native nativesdk"