summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-25 08:49:49 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-25 20:19:22 +0300
commitf93c7a9aeff6bd5be39d6a9c7cb1e608a1c749e1 (patch)
tree54b369f67832ddfe6389bc2b050db2db29745f5f /net-misc/exabgp
parentdev-libs/librelp: enable py3.10 (diff)
downloadgentoo-f93c7a9aeff6bd5be39d6a9c7cb1e608a1c749e1.tar.gz
gentoo-f93c7a9aeff6bd5be39d6a9c7cb1e608a1c749e1.tar.bz2
gentoo-f93c7a9aeff6bd5be39d6a9c7cb1e608a1c749e1.zip
net-misc/exabgp: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/exabgp')
-rw-r--r--net-misc/exabgp/exabgp-4.2.11-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/exabgp/exabgp-4.2.11-r2.ebuild b/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
index be3a94116ae7..0c9b22c44818 100644
--- a/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
+++ b/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
@@ -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