summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:19:51 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:19:51 +0200
commitc4e8b977ce51f9e16e8bdef7e3ef183620ff7c6c (patch)
tree9899cdcc16fad036a36df0e1afd0576890fc9b6d /dev-python/multidict
parentdev-python/msgpack: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-c4e8b977ce51f9e16e8bdef7e3ef183620ff7c6c.tar.gz
gentoo-c4e8b977ce51f9e16e8bdef7e3ef183620ff7c6c.tar.bz2
gentoo-c4e8b977ce51f9e16e8bdef7e3ef183620ff7c6c.zip
dev-python/multidict: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/multidict')
-rw-r--r--dev-python/multidict/multidict-6.0.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/multidict/multidict-6.0.4.ebuild b/dev-python/multidict/multidict-6.0.4.ebuild
index 32cc3f30f838..1bd1f6761430 100644
--- a/dev-python/multidict/multidict-6.0.4.ebuild
+++ b/dev-python/multidict/multidict-6.0.4.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )