commit: 4f31e6651f2a1bfe9937f3a2c51c45d0ec713b83
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:39:29 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=4f31e665
dev-python/survey: disable py3.8
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/survey/survey-3.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/survey/survey-3.4.3.ebuild
b/dev-python/survey/survey-3.4.3.ebuild
index 5e5c9028b..a631e53b4 100644
--- a/dev-python/survey/survey-3.4.3.ebuild
+++ b/dev-python/survey/survey-3.4.3.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="A simple library for creating beautiful interactive prompts"