From 99d18a6bc1a915ef5f07116e0fe684f56825a165 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 21 Mar 2018 11:36:17 +0800 Subject: 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 --- meta-python/recipes-devtools/python/python-pytest_3.4.2.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pytest_3.4.2.bb (limited to 'meta-python/recipes-devtools/python/python-pytest_3.4.2.bb') 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 \ +" -- cgit 1.2.3-korg