summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:20:03 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:20:03 +0200
commite6246521737a66e9fec9be2aa2991746ab76a18e (patch)
tree47eb2ad1566c28508d9c288790ecf80c4b0949c8
parentdev-python/protobuf-python: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-e6246521737a66e9fec9be2aa2991746ab76a18e.tar.gz
gentoo-e6246521737a66e9fec9be2aa2991746ab76a18e.tar.bz2
gentoo-e6246521737a66e9fec9be2aa2991746ab76a18e.zip
dev-python/psutil: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/psutil/psutil-5.9.5.ebuild1
1 files changed, 1 insertions, 0 deletions
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 )