blob: 39e50aca97d85187a5bc94530dcfa54f8841d0d9 (
plain)
1
2
3
4
5
6
7
8
9
|
inherit pypi setuptools
require python-pytest.inc
RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-compiler \
${PYTHON_PN}-funcsigs \
"
ALTERNATIVE_PRIORITY = "10"
|