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

git at git.openembedded.org git at git.openembedded.org
Sat Sep 21 02:11:00 UTC 2019


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

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

commit f6fe7b3045e5ace11d97fa4d245a2ffce83451fb
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