From c821fe0f2f08b49ab545e44c888f7cfacfe6c0f2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 12:45:25 -0400 Subject: python-psutil: update to version 5.4.6 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-psutil_5.4.3.bb | 6 ------ meta-python/recipes-devtools/python/python-psutil_5.4.6.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb | 4 ---- meta-python/recipes-devtools/python/python3-psutil_5.4.6.bb | 4 ++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-psutil_5.4.3.bb create mode 100644 meta-python/recipes-devtools/python/python-psutil_5.4.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.4.6.bb (limited to 'meta-python/recipes-devtools') 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" -SRC_URI[md5sum] = "3b291833dbea631db9d271aa602a169a" -SRC_URI[sha256sum] = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18" +SRC_URI[md5sum] = "200e073cdd56cc7a9ba9a06088569200" +SRC_URI[sha256sum] = "686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6" PACKAGES =+ "${PN}-tests" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb b/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb deleted file mode 100644 index 9aabfb2069..0000000000 --- a/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-psutil.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb b/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb new file mode 100644 index 0000000000..9aabfb2069 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-psutil.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb b/meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb deleted file mode 100644 index c1969ea657..0000000000 --- a/meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-psutil.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-netclient" diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.4.6.bb b/meta-python/recipes-devtools/python/python3-psutil_5.4.6.bb new file mode 100644 index 0000000000..c1969ea657 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_5.4.6.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-psutil.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-netclient" -- cgit v1.2.3-54-g00ecf