commit: 07e570ce3be62ae18891e5629b37828e2cb525ee Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 6 13:06:46 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Oct 6 17:48:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e570ce
dev-python/autobahn: enable py3.10 Closes: https://bugs.gentoo.org/812293 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/autobahn/autobahn-21.3.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/autobahn/autobahn-21.3.1.ebuild b/dev-python/autobahn/autobahn-21.3.1.ebuild index 9d630f8a3d5..bb29fec9869 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 -)
