meta-openembedded/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
Pascal Bach 12d09665bb python-jsonschema, python3-jsonschema: add vcversioner-native dependency
If not added the setup.py will complain that it can't find
vcversioner. The non native dependency is not working as the module is
required during compilation not at runtime.

Also the dependency is required for both the Python 2 and Python 3 version

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-18 10:16:24 +02:00

7 lines
104 B
BlitzBasic

inherit pypi setuptools3
require python-jsonschema.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"