commit: a9a8c5e113a80abcc353f84811892ce927e9d0c6
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:40:36 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9a8c5e1
dev-python/wrapio: disable py3.8
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/wrapio/wrapio-2.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild
b/dev-python/wrapio/wrapio-2.0.0.ebuild
index ded66d47f..a98841ada 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Handling event-based streams in Python"