[oe-commits] [meta-openembedded] 02/03: python-jsonschema: add python-setuptools-scm to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Sep 20 19:24:00 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 1eae7165e3478d8d6180135cc106b3a9f8c27b8d
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Fri Sep 20 16:45:58 2019 +0200

    python-jsonschema: add python-setuptools-scm to RDEPENDS
    
    The python-jsonschema package imports pkg_resources. Add setuptools-scm
    to RDEPENDS to satisfy this dependency.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.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 069a57f..c772e9e 100644
--- a/meta-python/recipes-devtools/python/python-jsonschema.inc
+++ b/meta-python/recipes-devtools/python/python-jsonschema.inc
@@ -21,6 +21,7 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-strict-rfc3339 \
     ${PYTHON_PN}-unittest \
+    ${PYTHON_PN}-setuptools-scm \
 "
 
 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