From 0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 6 Oct 2021 20:34:38 +0300 Subject: [PATCH] dev-python/pafy: enable py3.10 Signed-off-by: Arthur Zamarin --- dev-python/pafy/pafy-0.5.5.ebuild | 3 +-- dev-python/pafy/pafy-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild index 57aea55fcae77..348baedd9e972 100644 --- a/dev-python/pafy/pafy-0.5.5.ebuild +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index 57aea55fcae77..348baedd9e972 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then