aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-06-26 14:00:47 +0800
committerKhem Raj <raj.khem@gmail.com>2018-06-27 22:17:33 -0700
commit958d24047e1cfbd932e9be3cf459349b7c471ce7 (patch)
tree05faf51e6b804c61341a940af3a48cb37dca3be3 /meta-python/recipes-devtools/python/python-pytest-runner_4.2.bb
parentfc5d2e5e13763bc5155ef8a25e3a165ff08d5edd (diff)
downloadmeta-openembedded-958d24047e1cfbd932e9be3cf459349b7c471ce7.tar.gz
python(3)-pytest-runner: upgrade 3.0 -> 4.2
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb5
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 @@
+inherit setuptools
+require python-pytest-runner.inc
+
+# Dependency only exists for python2
+RDEPENDS_${PN} += "python-argparse python-compiler"