From a0f7710fe28ec686669a9934726bfbb48812d922 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 24 Feb 2022 09:16:37 +0800 Subject: python3-psutil: fix test failure fix serval failure of "python3 -m psutil.tests" Signed-off-by: Changqing Li Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb index cf3e0b39c..3df0e5d00 100644 --- a/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb @@ -6,6 +6,8 @@ SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd inherit pypi setuptools3 +SRC_URI += "file://0001-fix-failure-test-cases.patch" + PACKAGES =+ "${PN}-tests" FILES:${PN}-tests += " \ -- cgit v1.2.3-54-g00ecf