dev-python/PyQt5-sip: Set DISTUTILS_EXT=1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-05-04 18:09:03 +02:00
parent f2157911c4
commit 5bbe628b28

View File

@@ -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"