From 154c1213ef5a1d1053e4e0a47775c54ad179ff91 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Wed, 11 Jan 2023 15:02:15 +0100 Subject: [PATCH] dev-python/srt: PEP517 Signed-off-by: Nicola Smaniotto --- 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 e484b2fa6b..0ee9116fb0 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