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