diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:19:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:19:51 +0200 |
commit | c4e8b977ce51f9e16e8bdef7e3ef183620ff7c6c (patch) | |
tree | 9899cdcc16fad036a36df0e1afd0576890fc9b6d /dev-python/multidict | |
parent | dev-python/msgpack: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-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.ebuild | 1 |
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 ) |