diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 16:06:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 20:48:26 +0300 |
commit | 07e570ce3be62ae18891e5629b37828e2cb525ee (patch) | |
tree | ba4682111348de77e0548e8de8b2e85d6e94d327 /dev-python/autobahn | |
parent | dev-python/flatbuffers: enable py3.10 (diff) | |
download | gentoo-07e570ce3be62ae18891e5629b37828e2cb525ee.tar.gz gentoo-07e570ce3be62ae18891e5629b37828e2cb525ee.tar.bz2 gentoo-07e570ce3be62ae18891e5629b37828e2cb525ee.zip |
dev-python/autobahn: enable py3.10
Closes: https://bugs.gentoo.org/812293
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-21.3.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 -) |