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

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
168 B
BlitzBasic
9 lines
168 B
BlitzBasic
inherit pypi setuptools
|
|
require python-jsonschema.inc
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-argparse \
|
|
${PYTHON_PN}-contextlib \
|
|
${PYTHON_PN}-functools32 \
|
|
"
|