aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_3.3.2.bb
blob: 201ab050cddfb65cf42508754b0809d9c5ddbc2e (plain)
1
2
3
4
5
6
7
8
inherit pypi setuptools
require python-pytest.inc

RDEPENDS_${PN}_class-target += " \
    ${PYTHON_PN}-argparse \
    ${PYTHON_PN}-compiler \
    ${PYTHON_PN}-funcsigs \
"