commit: ddf69855add1cd8bfb19b436933c29c3279abd32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:28:25 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:30:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf69855
dev-python/python-systemd: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-systemd/python-systemd-235.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-systemd/python-systemd-235.ebuild b/dev-python/python-systemd/python-systemd-235.ebuild index c687ded790d1..9b24f01a7b84 100644 --- a/dev-python/python-systemd/python-systemd-235.ebuild +++ b/dev-python/python-systemd/python-systemd-235.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} )