commit: 5bbe628b285782b3f4f5e3153456ea5816804cb3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:09:03 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:11:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbe628b
dev-python/PyQt5-sip: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyQt5-sip/PyQt5-sip-12.12.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.12.0.ebuild
b/dev-python/PyQt5-sip/PyQt5-sip-12.12.0.ebuild
index 24995e95473d..c2e8bc17898f 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.12.0.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-12.12.0.ebuild
@@ -3,8 +3,10 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
inherit distutils-r1
DESCRIPTION="sip extension module for PyQt5"