commit: e6246521737a66e9fec9be2aa2991746ab76a18e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:20:03 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:20:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6246521
dev-python/psutil: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/psutil/psutil-5.9.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/psutil/psutil-5.9.5.ebuild b/dev-python/psutil/psutil-5.9.5.ebuild index a12878b0bdfa..b83426d9749d 100644 --- a/dev-python/psutil/psutil-5.9.5.ebuild +++ b/dev-python/psutil/psutil-5.9.5.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 )