From 4f31e6651f2a1bfe9937f3a2c51c45d0ec713b83 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Wed, 25 Jan 2023 12:39:29 +0200 Subject: [PATCH] dev-python/survey: disable py3.8 Signed-off-by: Viorel Munteanu --- 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 5e5c9028b2..a631e53b49 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"