commit: 7e046fe459463190e9f6353975ddf3a06e129b02
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:13:53 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:17:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e046fe4
dev-python/html5-parser: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/html5-parser/html5-parser-0.4.11.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/html5-parser/html5-parser-0.4.11.ebuild
b/dev-python/html5-parser/html5-parser-0.4.11.ebuild
index 6f0b31d3ef50..1b87f974af3a 100644
--- a/dev-python/html5-parser/html5-parser-0.4.11.ebuild
+++ b/dev-python/html5-parser/html5-parser-0.4.11.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )