From 40a075a5d066c76b4fd8cccadbdc58250b632ea2 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Tue, 30 Aug 2016 09:55:45 +0300 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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 5aaee682b6..53b88396fe 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 \ " -- cgit v1.2.3-54-g00ecf