aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pytest-runner_5.2.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-11-14 11:40:17 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-13 22:08:27 -0800
commit4132faebb625f246e8f28aa53a7d210a40ad715b (patch)
treea3a73ff96fed11af165f28d18b0e8a2604c68590 /recipes-devtools/python/python-pytest-runner_5.2.bb
parent5c7eeb779138b68a86389986186121df1f708a43 (diff)
downloadmeta-python2-4132faebb625f246e8f28aa53a7d210a40ad715b.tar.gz
python-pytest-runner: upgrade 5.1 -> 5.2
(From meta-openembedded commit: 15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pytest-runner_5.2.bb')
-rw-r--r--recipes-devtools/python/python-pytest-runner_5.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pytest-runner_5.2.bb b/recipes-devtools/python/python-pytest-runner_5.2.bb
new file mode 100644
index 0000000..1765a73
--- /dev/null
+++ b/recipes-devtools/python/python-pytest-runner_5.2.bb
@@ -0,0 +1,5 @@
+inherit setuptools
+require python-pytest-runner.inc
+
+# Dependency only exists for python2
+RDEPENDS_${PN} += "python-argparse python-compiler"