mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
2cdd3d6456
commit
40a075a5d0
|
|
@ -1,6 +1,8 @@
|
|||
inherit pypi setuptools3
|
||||
require python-jsonschema.inc
|
||||
|
||||
DEPENDS += "python3-vcversioner"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user