diff options
author | Changqing Li <changqing.li@windriver.com> | 2022-02-24 09:16:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-24 08:30:26 -0800 |
commit | a0f7710fe28ec686669a9934726bfbb48812d922 (patch) | |
tree | 6dbbcd424d1b3cb56ba01f4d2ca65c714ef934df /meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb | |
parent | aab5ca2175d470ce9916e5f98d70c7d4a4add7a3 (diff) | |
download | meta-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.bb | 2 |
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 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | SRC_URI += "file://0001-fix-failure-test-cases.patch" | ||
10 | |||
9 | PACKAGES =+ "${PN}-tests" | 11 | PACKAGES =+ "${PN}-tests" |
10 | 12 | ||
11 | FILES:${PN}-tests += " \ | 13 | FILES:${PN}-tests += " \ |