summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-15 10:29:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-17 07:45:20 +0100
commit9109fd6ae40c23820c66c8f388138bc3da633335 (patch)
tree244cff9588d83418e2011a1d4d3fedf2af1bb8af
parentae3b0b7a234339e04f32a44b7cc68176c40d1f16 (diff)
downloadopenembedded-core-9109fd6ae40c23820c66c8f388138bc3da633335.tar.gz
python3-psutil: upgrade 5.9.1 -> 5.9.2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-psutil_5.9.2.bb (renamed from meta/recipes-devtools/python/python3-psutil_5.9.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb
index 04b6fb02de..5b31014657 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.1.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.2.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
HOMEPAGE = "https://pypi.org/project/psutil/"
-SRC_URI[sha256sum] = "57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954"
+SRC_URI[sha256sum] = "feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c"
inherit pypi setuptools3