commit: 154c1213ef5a1d1053e4e0a47775c54ad179ff91
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 14:02:15 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 18:21:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=154c1213
dev-python/srt: PEP517
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/srt/srt-3.5.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
index e484b2fa6..0ee9116fb 100644
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1