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