diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-25 08:49:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-25 20:19:22 +0300 |
commit | f93c7a9aeff6bd5be39d6a9c7cb1e608a1c749e1 (patch) | |
tree | 54b369f67832ddfe6389bc2b050db2db29745f5f /net-misc | |
parent | dev-libs/librelp: enable py3.10 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/exabgp/exabgp-4.2.11-r2.ebuild | 3 |
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 |