diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-14 11:40:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 22:08:27 -0800 |
commit | 15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc (patch) | |
tree | 14167568b5ed42d4b35ff96cc72e7991e276e0b0 /meta-python/recipes-devtools/python/python-pytest-runner_5.2.bb | |
parent | b35defae4f2bb228faf1b2b3e69781286207b574 (diff) | |
download | meta-openembedded-15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc.tar.gz |
python-pytest-runner: upgrade 5.1 -> 5.2
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.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest-runner_5.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-runner_5.2.bb b/meta-python/recipes-devtools/python/python-pytest-runner_5.2.bb new file mode 100644 index 0000000000..1765a732d0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest-runner_5.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" | ||