[oe-commits] [meta-openembedded] 73/80: python3-jsonschema: set dependency to vcversioner

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:09:32 UTC 2016


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

commit 3dc286ce3f9cfef953b2ca2f5f5047a21f0c5d88
Author: Mikko Ylinen <mikko.ylinen at linux.intel.com>
AuthorDate: Tue Aug 30 09:55:45 2016 +0300

    python3-jsonschema: set dependency to vcversioner
    
    The recently added python3-jsonschema depends on vcversioner. The
    setuptools tries to fetch it but fails with bitbake if run behind
    proxies. Explicitly set DEPENDS to ensure the dependency is installed
    before running setup.py for python3-jsonschema.
    
    Signed-off-by: Mikko Ylinen <mikko.ylinen at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb
index 5aaee68..53b8839 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb
@@ -1,6 +1,8 @@
 inherit pypi setuptools3
 require python-jsonschema.inc
 
+DEPENDS += "python3-vcversioner"
+
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-misc \
 "

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


More information about the Openembedded-commits mailing list