commit: 90732852c0ee330ccf03488018659f35335b359d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:09:17 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:11:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90732852
dev-python/cryptography: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cryptography/cryptography-40.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/cryptography/cryptography-40.0.2.ebuild
b/dev-python/cryptography/cryptography-40.0.2.ebuild
index c725f108b9d6..88fbe567d982 100644
--- a/dev-python/cryptography/cryptography-40.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-40.0.2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
CARGO_OPTIONAL=yes
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE="threads(+)"