From 07e570ce3be62ae18891e5629b37828e2cb525ee Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 6 Oct 2021 16:06:46 +0300 Subject: dev-python/autobahn: enable py3.10 Closes: https://bugs.gentoo.org/812293 Signed-off-by: Arthur Zamarin --- dev-python/autobahn/autobahn-21.3.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python') diff --git a/dev-python/autobahn/autobahn-21.3.1.ebuild b/dev-python/autobahn/autobahn-21.3.1.ebuild index 9d630f8a3d56..bb29fec98698 100644 --- a/dev-python/autobahn/autobahn-21.3.1.ebuild +++ b/dev-python/autobahn/autobahn-21.3.1.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_P=${PN}-$(ver_rs 3 -) -- cgit v1.2.3-65-gdbad