commit: feb7f873764714e880482cca4d173a2dce7ef857
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:09:21 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:11:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb7f873
dev-python/frozendict: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/frozendict/frozendict-2.3.8.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/frozendict/frozendict-2.3.8.ebuild
b/dev-python/frozendict/frozendict-2.3.8.ebuild
index 9548bcbf1869..90e1b20b4b92 100644
--- a/dev-python/frozendict/frozendict-2.3.8.ebuild
+++ b/dev-python/frozendict/frozendict-2.3.8.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )