diff options
author | Derek Straka <derek@asterius.io> | 2018-07-09 12:45:25 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:42 -0700 |
commit | c821fe0f2f08b49ab545e44c888f7cfacfe6c0f2 (patch) | |
tree | b2cfd9fb81e5c52ecd26756b085c558d20c7b450 /meta-python/recipes-devtools/python/python-psutil.inc | |
parent | fe53d332ccec99364fbf72a4abc74b6fce410df2 (diff) | |
download | meta-openembedded-c821fe0f2f08b49ab545e44c888f7cfacfe6c0f2.tar.gz |
python-psutil: update to version 5.4.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-psutil.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-psutil.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index 5d8e61f4b5..67ae118bc7 100644 --- a/meta-python/recipes-devtools/python/python-psutil.inc +++ b/meta-python/recipes-devtools/python/python-psutil.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "A cross-platform process and system utilities module for Python" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "3b291833dbea631db9d271aa602a169a" | 5 | SRC_URI[md5sum] = "200e073cdd56cc7a9ba9a06088569200" |
6 | SRC_URI[sha256sum] = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18" | 6 | SRC_URI[sha256sum] = "686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6" |
7 | 7 | ||
8 | PACKAGES =+ "${PN}-tests" | 8 | PACKAGES =+ "${PN}-tests" |
9 | 9 | ||