aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2019-12-02 07:28:10 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-08 23:00:57 -0800
commitfe66913b5b9262c2d6ab40d0edafa477b7a7b496 (patch)
treec79c98c5032b0eff5fe174dfd4ceb95082b5866c /meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
parentf0fb70479a9fbf5139133c948bb2ddeb865bd34c (diff)
downloadmeta-openembedded-contrib-fe66913b5b9262c2d6ab40d0edafa477b7a7b496.tar.gz
python-pytest: upgrade 5.2.2 -> 5.3.1
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest_5.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest_5.3.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.3.1.bb b/meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
new file mode 100644
index 0000000000..39e50aca97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_5.3.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"