aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-15 15:39:32 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-17 05:53:25 -0700
commita41e89f569df66b0ff8ddc5afbcde710a1260947 (patch)
treebc02f4a9a43623108c1eb29ddda101504f2bb1ff /meta-python/recipes-devtools/python/python-pytest_5.2.1.bb
parent2cdaf529422e7d9fe6efbedb1b1c53cbb0e30e81 (diff)
downloadmeta-openembedded-a41e89f569df66b0ff8ddc5afbcde710a1260947.tar.gz
python-pytest: upgrade 5.1.3 -> 5.2.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_5.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest_5.2.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb b/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb
new file mode 100644
index 0000000000..39e50aca97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb
@@ -0,0 +1,9 @@
+inherit pypi setuptools
+require python-pytest.inc
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-compiler \
+ ${PYTHON_PN}-funcsigs \
+"
+ALTERNATIVE_PRIORITY = "10"