| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | inherit pypi setuptools |
| 2 | require python-pytest.inc | ||||
| 3 | |||||
| 4 | RDEPENDS_${PN}_class-target += " \ | ||||
| 5 | ${PYTHON_PN}-argparse \ | ||||
| 6 | ${PYTHON_PN}-compiler \ | ||||
| 7 | ${PYTHON_PN}-funcsigs \ | ||||
| 8 | " | ||||
| Armin Kuster | 066be20 | 2018-07-08 14:58:53 -0700 | [diff] [blame] | 9 | ALTERNATIVE_PRIORITY = "10" |