Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [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 \ | ||||
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | ${PYTHON_PN}-lang \ |
9 | ${PYTHON_PN}-re \ | ||||
10 | ${PYTHON_PN}-subprocess \ | ||||
11 | ${PYTHON_PN}-textutils \ | ||||
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | " |