summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2022-02-24 09:16:37 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-24 08:30:26 -0800
commita0f7710fe28ec686669a9934726bfbb48812d922 (patch)
tree6dbbcd424d1b3cb56ba01f4d2ca65c714ef934df /meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb
parentaab5ca2175d470ce9916e5f98d70c7d4a4add7a3 (diff)
downloadmeta-openembedded-a0f7710fe28ec686669a9934726bfbb48812d922.tar.gz
python3-psutil: fix test failure
fix serval failure of "python3 -m psutil.tests" Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb2
1 files changed, 2 insertions, 0 deletions
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
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8
9SRC_URI += "file://0001-fix-failure-test-cases.patch"
10
9PACKAGES =+ "${PN}-tests" 11PACKAGES =+ "${PN}-tests"
10 12
11FILES:${PN}-tests += " \ 13FILES:${PN}-tests += " \