commit: 29c803708c1c7fb0bc08bf1cbb4f75302ce3c8b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:28:14 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:30:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c80370
dev-python/pyrsistent: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyrsistent/pyrsistent-0.19.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
index 0122efd36c2b..fe0aaaa964b9 100644
--- a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )