rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | inherit pypi setuptools |
2 | require python-jsonschema.inc | ||||
3 | |||||
4 | RDEPENDS_${PN} += " \ | ||||
5 | ${PYTHON_PN}-argparse \ | ||||
6 | ${PYTHON_PN}-contextlib \ | ||||
7 | ${PYTHON_PN}-functools32 \ | ||||
8 | ${PYTHON_PN}-lang \ | ||||
9 | ${PYTHON_PN}-re \ | ||||
10 | ${PYTHON_PN}-subprocess \ | ||||
11 | ${PYTHON_PN}-textutils \ | ||||
12 | " |