summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:09:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:11:02 +0200
commitfd4aa586c5d53a7cbdb9e7e325be128361d27599 (patch)
tree3f30c07d266a0458080af1e180f9f2b42017adf2
parentdev-python/PyQt5-sip: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-fd4aa586c5d53a7cbdb9e7e325be128361d27599.tar.gz
gentoo-fd4aa586c5d53a7cbdb9e7e325be128361d27599.tar.bz2
gentoo-fd4aa586c5d53a7cbdb9e7e325be128361d27599.zip
dev-python/aiohttp: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/aiohttp/aiohttp-3.8.4.ebuild1
1 files changed, 1 insertions, 0 deletions
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 )