Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Wed, 06 Oct 2021 17:48:46
Message-Id: 1633542506.07e570ce3be62ae18891e5629b37828e2cb525ee.arthurzam@gentoo
1 commit: 07e570ce3be62ae18891e5629b37828e2cb525ee
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 13:06:46 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 17:48:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e570ce
7
8 dev-python/autobahn: enable py3.10
9
10 Closes: https://bugs.gentoo.org/812293
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/autobahn/autobahn-21.3.1.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-python/autobahn/autobahn-21.3.1.ebuild b/dev-python/autobahn/autobahn-21.3.1.ebuild
17 index 9d630f8a3d5..bb29fec9869 100644
18 --- a/dev-python/autobahn/autobahn-21.3.1.ebuild
19 +++ b/dev-python/autobahn/autobahn-21.3.1.ebuild
20 @@ -3,9 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 -DISTUTILS_USE_SETUPTOOLS=rdepend
26 -
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit distutils-r1
29
30 MY_P=${PN}-$(ver_rs 3 -)