aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_5.1.3.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-23 11:14:30 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-23 08:33:10 -0700
commit2dde8de633bc82a3416809e09951a94089542bb9 (patch)
treeab8001bde7b781d847163634ee1e280134047298 /meta-python/recipes-devtools/python/python-pytest_5.1.3.bb
parentd505488c684ada5d69ef3b18c9a210711bd30199 (diff)
downloadmeta-openembedded-contrib-2dde8de633bc82a3416809e09951a94089542bb9.tar.gz
python-pytest: upgrade 5.1.2 -> 5.1.3
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.1.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest_5.1.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.1.3.bb b/meta-python/recipes-devtools/python/python-pytest_5.1.3.bb
new file mode 100644
index 0000000000..39e50aca97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_5.1.3.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"