diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2022-06-09 15:20:29 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-06-09 15:20:29 -0700 |
commit | 5039197908326c14dbcb967014d2df5e3f6c6f90 (patch) | |
tree | ebca7141c9eb95f46cc98eb416b763ffd1b86191 /net-misc | |
parent | net-misc/exabgp: add 4.2.19 (diff) | |
download | gentoo-5039197908326c14dbcb967014d2df5e3f6c6f90.tar.gz gentoo-5039197908326c14dbcb967014d2df5e3f6c6f90.tar.bz2 gentoo-5039197908326c14dbcb967014d2df5e3f6c6f90.zip |
net-misc/exabgp: Drop py311 due to nose dep
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/exabgp/exabgp-4.2.19-r1.ebuild (renamed from net-misc/exabgp/exabgp-4.2.19.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/exabgp/exabgp-4.2.19.ebuild b/net-misc/exabgp/exabgp-4.2.19-r1.ebuild index 7d6e1af33930..618539f9bee6 100644 --- a/net-misc/exabgp/exabgp-4.2.19.ebuild +++ b/net-misc/exabgp/exabgp-4.2.19-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit tmpfiles systemd distutils-r1 |