From 4132faebb625f246e8f28aa53a7d210a40ad715b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 14 Nov 2019 11:40:17 +0800 Subject: python-pytest-runner: upgrade 5.1 -> 5.2 (From meta-openembedded commit: 15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-pytest-runner_5.2.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-devtools/python/python-pytest-runner_5.2.bb (limited to 'recipes-devtools/python/python-pytest-runner_5.2.bb') 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" -- cgit 1.2.3-korg