diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb b/meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb new file mode 100644 index 0000000000..1765a732d0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | inherit setuptools | ||
2 | require python-pytest-runner.inc | ||
3 | |||
4 | # Dependency only exists for python2 | ||
5 | RDEPENDS_${PN} += "python-argparse python-compiler" | ||