diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-14 10:16:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 22:08:27 -0800 |
commit | f667856197af78ebc358d9889ba36d0cb1d4d87f (patch) | |
tree | 390faddada8120672a7296ad5e8c98eb97d462a1 /meta-python/recipes-devtools/python/python-psutil.inc | |
parent | e2ba26f14bc426fefc04ae11a255500762aea98c (diff) | |
download | meta-openembedded-f667856197af78ebc358d9889ba36d0cb1d4d87f.tar.gz |
python-psutil: upgrade 5.6.3 -> 5.6.5
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-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 380b9bc923..9312266991 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-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "1bbc1788588cc3c2c461cd98a830ba72" | 5 | SRC_URI[md5sum] = "5561dfe61b5888fb1b3f17fbe4eeb15d" |
6 | SRC_URI[sha256sum] = "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3" | 6 | SRC_URI[sha256sum] = "d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147" |
7 | 7 | ||
8 | PACKAGES =+ "${PN}-tests" | 8 | PACKAGES =+ "${PN}-tests" |
9 | 9 | ||