net-analyzer/net-snmp: enable py3.13

Restricted test suite but passed a runtime test.

Closes: https://bugs.gentoo.org/952571
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41784
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ian Jordan
2025-04-27 02:38:11 +01:00
committed by Sam James
parent 4b4689019b
commit ffc3c7bbee
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
WANT_AUTOMAKE=none
inherit autotools python-single-r1 libtool perl-module systemd

View File

@@ -4,7 +4,7 @@
EAPI=8
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
WANT_AUTOMAKE=none
inherit autotools python-single-r1 perl-module systemd