diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-11-05 11:05:31 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 06:32:14 -0800 |
commit | 2c84c0b9a0ea7a9a1403fc408a107b8f3f3aae63 (patch) | |
tree | 07129251deba18a20edd6bbd18679013f5955649 /meta-python/recipes-devtools/python/python-jsonschema.inc | |
parent | 03e44aafb13c9f7032a4802fb3f1b6b8dfb842ee (diff) | |
download | meta-openembedded-2c84c0b9a0ea7a9a1403fc408a107b8f3f3aae63.tar.gz |
python-jsonschema: RDEPENDS on python-importlib-metadata
This fixes a following runtime issue:
| raise DistributionNotFound(req, requirers)
| pkg_resources.DistributionNotFound: The 'importlib_metadata'
| distribution was not found and is required by jsonschema
Signed-off-by: Ming Liu <liu.ming50@gmail.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 d9ccf1cad4..1841b5893c 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -10,6 +10,7 @@ DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" | |||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS_${PN} += " \ |
11 | ${PYTHON_PN}-attrs \ | 11 | ${PYTHON_PN}-attrs \ |
12 | ${PYTHON_PN}-core \ | 12 | ${PYTHON_PN}-core \ |
13 | ${PYTHON_PN}-importlib-metadata \ | ||
13 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
14 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |
15 | ${PYTHON_PN}-netclient \ | 16 | ${PYTHON_PN}-netclient \ |