commit: 5039197908326c14dbcb967014d2df5e3f6c6f90
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 22:20:29 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 22:20:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50391979
net-misc/exabgp: Drop py311 due to nose dep
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
net-misc/exabgp/{exabgp-4.2.19.ebuild => exabgp-4.2.19-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/exabgp/exabgp-4.2.19.ebuild
b/net-misc/exabgp/exabgp-4.2.19-r1.ebuild
similarity index 97%
rename from net-misc/exabgp/exabgp-4.2.19.ebuild
rename to 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