From: Alexander Kanavin Date: Wed, 27 Apr 2022 08:39:53 +0000 (+0200) Subject: python3-psutil: submit patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3fb46645b39d1bf96c1a6d0067a32cd41e8ae8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 34ea03b27f3..99bfccca3f6 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 ---