net-misc/exabgp: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2021-10-25 08:49:49 +03:00
parent bdd2980eee
commit f93c7a9aef
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit tmpfiles systemd distutils-r1