summaryrefslogtreecommitdiff
path: root/dev-python/psutil/psutil-5.9.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/psutil/psutil-5.9.5.ebuild')
-rw-r--r--dev-python/psutil/psutil-5.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psutil/psutil-5.9.5.ebuild b/dev-python/psutil/psutil-5.9.5.ebuild
index b83426d9749d..ad24b939be68 100644
--- a/dev-python/psutil/psutil-5.9.5.ebuild
+++ b/dev-python/psutil/psutil-5.9.5.ebuild
@@ -5,11 +5,11 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1 pypi
-TEST_PATCH=psutil-5.9.5-tests.patch
+TEST_PATCH=psutil-5.9.5-tests-r1.patch
DESCRIPTION="Retrieve information on running processes and system utilization"
HOMEPAGE="
https://github.com/giampaolo/psutil/