diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-11-21 10:34:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:21:15 -0800 |
commit | b77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (patch) | |
tree | 628b6d3501f2ef3adbb8ffb7fd8f2cb2a25c9c16 /meta-python | |
parent | 2506374cf3fdc369aece591a35afa874bd05dbdd (diff) | |
download | meta-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.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 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 | ||
49 | BBCLASSEXTEND = "native nativesdk" | 50 | BBCLASSEXTEND = "native nativesdk" |