commit: e972d98f5bf2c31f1c602cd658ce15a0d22148e9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:13:56 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:17:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e972d98f
dev-python/immutables: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/immutables/immutables-0.19.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/immutables/immutables-0.19.ebuild b/dev-python/immutables/immutables-0.19.ebuild index 3ce66183ff41..00ef84fe2265 100644 --- a/dev-python/immutables/immutables-0.19.ebuild +++ b/dev-python/immutables/immutables-0.19.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} )