diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-14 11:40:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 22:08:27 -0800 |
commit | 15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc (patch) | |
tree | 14167568b5ed42d4b35ff96cc72e7991e276e0b0 /meta-python/recipes-devtools/python/python-pytest-runner.inc | |
parent | b35defae4f2bb228faf1b2b3e69781286207b574 (diff) | |
download | meta-openembedded-15d8d02fabc66c32c190ef6c7e0a34b9916a3ffc.tar.gz |
python-pytest-runner: upgrade 5.1 -> 5.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-runner.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest-runner.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest-runner.inc b/meta-python/recipes-devtools/python/python-pytest-runner.inc index 113ab41f5f..0b443b3d61 100644 --- a/meta-python/recipes-devtools/python/python-pytest-runner.inc +++ b/meta-python/recipes-devtools/python/python-pytest-runner.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "Invoke py.test as distutils command with dependency resolution" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "a52d65bd3dbc88bed751cf934dc41db3" | 5 | SRC_URI[md5sum] = "e5f66b8e8e87f62c59631c35c919d321" |
6 | SRC_URI[sha256sum] = "25a013c8d84f0ca60bb01bd11913a3bcab420f601f0f236de4423074af656e7a" | 6 | SRC_URI[sha256sum] = "96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||