diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 15:44:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | 94202316e615fe53940c55052c176e6adda4b283 (patch) | |
tree | 728b724985dbf707a4f42eb8b84bbe1cf41b1e18 /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | eba1ee4578d6861df43f9b998031717fa515760d (diff) | |
download | meta-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.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 fa264f7914..a26d41084a 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=640061b8cee64b308a4d2f9f556c12f2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=640061b8cee64b308a4d2f9f556c12f2" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "00561d0295aab167987f8a4f784964c4" | 6 | SRC_URI[md5sum] = "889344299c9182aff67d6e461cb7af29" |
7 | SRC_URI[sha256sum] = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0" | 7 | SRC_URI[sha256sum] = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6" |
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 | " | 10 | " |