summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-11-08 15:44:26 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-08 09:03:54 -0800
commit94202316e615fe53940c55052c176e6adda4b283 (patch)
tree728b724985dbf707a4f42eb8b84bbe1cf41b1e18 /meta-python/recipes-devtools/python/python-pytest_5.2.2.bb
parenteba1ee4578d6861df43f9b998031717fa515760d (diff)
downloadmeta-openembedded-94202316e615fe53940c55052c176e6adda4b283.tar.gz
python-pytest: upgrade 5.2.1 -> 5.2.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_5.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest_5.2.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb
new file mode 100644
index 0000000000..39e50aca97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb
@@ -0,0 +1,9 @@
1inherit pypi setuptools
2require python-pytest.inc
3
4RDEPENDS_${PN}_class-target += " \
5 ${PYTHON_PN}-argparse \
6 ${PYTHON_PN}-compiler \
7 ${PYTHON_PN}-funcsigs \
8"
9ALTERNATIVE_PRIORITY = "10"