diff options
author | wangmy <wangmy@fujitsu.com> | 2021-05-27 07:46:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-28 06:41:03 +0100 |
commit | 4dda8ecf4f3cb95ee4fb105c64e0e1ca276bcbb9 (patch) | |
tree | b1f3939cdcfef23a4a22285de9bdf3b07b04f1b6 | |
parent | dce1c0ba4c668046fdc35172e2a4b6fb7943bdd7 (diff) | |
download | poky-4dda8ecf4f3cb95ee4fb105c64e0e1ca276bcbb9.tar.gz |
python3-pytest: upgrade 6.2.3 -> 6.2.4
(From OE-Core rev: 4ff5f3234ca827bfa051418506975711ce12267f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pytest_6.2.4.bb (renamed from meta/recipes-devtools/python/python3-pytest_6.2.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest_6.2.3.bb b/meta/recipes-devtools/python/python3-pytest_6.2.4.bb index 7fb7baf188..fa43e6ebf0 100644 --- a/meta/recipes-devtools/python/python3-pytest_6.2.3.bb +++ b/meta/recipes-devtools/python/python3-pytest_6.2.4.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b" | |||
7 | 7 | ||
8 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch " | 8 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch " |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634" | 10 | SRC_URI[sha256sum] = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b" |
11 | 11 | ||
12 | inherit update-alternatives pypi setuptools3 | 12 | inherit update-alternatives pypi setuptools3 |
13 | 13 | ||