diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-04-27 10:39:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-28 11:51:41 +0100 |
| commit | 10ddcd62cd980f7f0cbbb52f3d39464edc91fca0 (patch) | |
| tree | 85810992420868bf45fe654f79727925cee19710 /meta/recipes-devtools/python/python3-psutil | |
| parent | f461424b52a70222ab4e7c09ef5e84127b389779 (diff) | |
| download | poky-10ddcd62cd980f7f0cbbb52f3d39464edc91fca0.tar.gz | |
python3-psutil: submit patch upstream
I had to significantly rework it to make a set that's hopefully
acceptable for the upstream:
https://github.com/giampaolo/psutil/pull/2097
(From OE-Core rev: 4f3fb46645b39d1bf96c1a6d0067a32cd41e8ae8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-psutil')
| -rw-r--r-- | meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch b/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch index 34ea03b27f..99bfccca3f 100644 --- a/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch +++ b/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch | |||
| @@ -16,7 +16,7 @@ not suitable for all conditions. | |||
| 16 | * test_against_findmnt/test_comparisons/test_disk_partitions_mocked/ | 16 | * test_against_findmnt/test_comparisons/test_disk_partitions_mocked/ |
| 17 | test_disk_partitions is not suitable for Linux nfs boot | 17 | test_disk_partitions is not suitable for Linux nfs boot |
| 18 | 18 | ||
| 19 | Upstream-Status: Pending | 19 | Upstream-Status: Submitted [https://github.com/giampaolo/psutil/pull/2097] |
| 20 | 20 | ||
| 21 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 21 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
| 22 | --- | 22 | --- |
