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@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Mikko Ylinen 2016-08-30 09:55:45 +03:00 committed by Martin Jansa
parent 2cdd3d6456
commit 40a075a5d0

View File

@ -1,6 +1,8 @@
inherit pypi setuptools3
require python-jsonschema.inc
DEPENDS += "python3-vcversioner"
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"