From 1f7e70ab9b83a97005c1833f9505109001746a58 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 27 Apr 2022 10:39:53 +0200 Subject: [PATCH] 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 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-psutil/0001-fix-failure-test-cases.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 34ea03b27f32..99bfccca3f64 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. * test_against_findmnt/test_comparisons/test_disk_partitions_mocked/ test_disk_partitions is not suitable for Linux nfs boot -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/giampaolo/psutil/pull/2097] Signed-off-by: Changqing Li ---