aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest_3.4.2.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-21 11:36:17 +0800
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:44 -0700
commit99d18a6bc1a915ef5f07116e0fe684f56825a165 (patch)
tree87942bba4beb718515671d540532e42db5168c1c /meta-python/recipes-devtools/python/python-pytest_3.4.2.bb
parentcf3c79fa7983f20630f5f7dd5f238c1d6bd2d8d7 (diff)
downloadmeta-openembedded-contrib-99d18a6bc1a915ef5f07116e0fe684f56825a165.tar.gz
python-pytest: 3.4.1 -> 3.4.2
1.Upgrade python-pytest from 3.4.1 to 3.4.2. 2.Modify pytest_version_fix.patch, since the data has been changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest_3.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest_3.4.2.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest_3.4.2.bb b/meta-python/recipes-devtools/python/python-pytest_3.4.2.bb
new file mode 100644
index 0000000000..201ab050cd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest_3.4.2.bb
@@ -0,0 +1,8 @@
+inherit pypi setuptools
+require python-pytest.inc
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-compiler \
+ ${PYTHON_PN}-funcsigs \
+"