diff options
author | Derek Straka <derek@asterius.io> | 2017-10-25 09:09:00 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:31:30 -0800 |
commit | ea40f6d0725309ef6f81b2309a26d9d1b87dccc0 (patch) | |
tree | 63b419a64bd506d3f1640808650df32bbc69addc /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | 46b49934beb8dd3cce8cb11c13652c41092d94ea (diff) | |
download | meta-openembedded-ea40f6d0725309ef6f81b2309a26d9d1b87dccc0.tar.gz |
python-pytest: update to version 3.2.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 6140250cac..a2be36b8b0 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://pytest.org" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "401c005bd57f71e63ba015ab086fe67d" | 6 | SRC_URI[md5sum] = "698f8929e095a1c37876b5567943be79" |
7 | SRC_URI[sha256sum] = "f46e49e0340a532764991c498244a60e3a37d7424a532b3ff1a6a7653f1a403a" | 7 | SRC_URI[sha256sum] = "27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c" |
8 | 8 | ||
9 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ | 9 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ |
10 | file://pytest_version_fix.patch " | 10 | file://pytest_version_fix.patch " |