From 10e523ac0ae1620777498cb7adfdda7e2c801b61 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 8 May 2021 08:39:23 +0200 Subject: dev-python/tempora: Enable python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tempora/tempora-4.0.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python/tempora/tempora-4.0.2.ebuild') diff --git a/dev-python/tempora/tempora-4.0.2.ebuild b/dev-python/tempora/tempora-4.0.2.ebuild index 55b710f5657e..271e88fc1a9f 100644 --- a/dev-python/tempora/tempora-4.0.2.ebuild +++ b/dev-python/tempora/tempora-4.0.2.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 MY_PN="${PN/-/.}" -- cgit v1.2.3-65-gdbad