aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-08-02 15:03:30 +0800
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commitb8a6aceead5e97f49031acfac7cb443a149089ae (patch)
treeee3d6ba44e4a1a01be07d367e61b7b6e8bb5a661 /meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb
parent4b5832ef4739abf34128d22904b7b4a09c2c8768 (diff)
downloadmeta-openembedded-contrib-b8a6aceead5e97f49031acfac7cb443a149089ae.tar.gz
python-pytest-runner: upgrade 4.2 -> 5.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb b/meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb
new file mode 100644
index 0000000000..1765a732d0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest-runner_5.1.bb
@@ -0,0 +1,5 @@
+inherit setuptools
+require python-pytest-runner.inc
+
+# Dependency only exists for python2
+RDEPENDS_${PN} += "python-argparse python-compiler"