mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
7 lines
104 B
BlitzBasic
7 lines
104 B
BlitzBasic
inherit pypi setuptools3
|
|
require python-jsonschema.inc
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-misc \
|
|
"
|