]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-psutil: submit patch upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Apr 2022 08:39:53 +0000 (10:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2022 10:44:50 +0000 (11:44 +0100)
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 <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch

index 34ea03b27f326a5e219e3fc8920f489dbf2eb362..99bfccca3f647d55a4d746b91667fc4322ec720d 100644 (file)
@@ -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 <changqing.li@windriver.com>
 ---