[oe-commits] [meta-openembedded] 07/09: python-jsonschemea: add missing dependency

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 06:17:55 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 18ae6420fbdb6bbce2af3059a3c8b02d343d645d
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Thu Nov 21 10:34:40 2019 +0800

    python-jsonschemea: add missing dependency
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.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 837d576..258bead 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} += " \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-unittest \
     ${PYTHON_PN}-setuptools-scm \
+    ${PYTHON_PN}-zipp \
 "
 
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list