diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-15 15:39:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 05:53:25 -0700 |
commit | a41e89f569df66b0ff8ddc5afbcde710a1260947 (patch) | |
tree | bc02f4a9a43623108c1eb29ddda101504f2bb1ff /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | 2cdaf529422e7d9fe6efbedb1b1c53cbb0e30e81 (diff) | |
download | meta-openembedded-a41e89f569df66b0ff8ddc5afbcde710a1260947.tar.gz |
python-pytest: upgrade 5.1.3 -> 5.2.1
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 576361c412..fa264f7914 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] = "79efe2708aa73dd5c618e5a89d80ce58" | 6 | SRC_URI[md5sum] = "00561d0295aab167987f8a4f784964c4" |
7 | SRC_URI[sha256sum] = "cc6620b96bc667a0c8d4fa592a8c9c94178a1bd6cc799dbb057dfd9286d31a31" | 7 | SRC_URI[sha256sum] = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0" |
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 | " |