[oe-commits] [meta-openembedded] 07/28: python-jsonschema: RDEPENDS on python-importlib-metadata

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 14:34:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2c84c0b9a0ea7a9a1403fc408a107b8f3f3aae63
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Tue Nov 5 11:05:31 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-jsonschema.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc
index d9ccf1c..1841b58 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"
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-attrs \
     ${PYTHON_PN}-core \
+    ${PYTHON_PN}-importlib-metadata \
     ${PYTHON_PN}-io \
     ${PYTHON_PN}-json \
     ${PYTHON_PN}-netclient \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list