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

Closes: https://bugs.gentoo.org/929684
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2024-06-02 14:24:42 +02:00
parent 7822cb2e57
commit 6d01f76b87
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=yes
DISTUTILS_SINGLE_IMPL=yes
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
WANT_AUTOMAKE=none
inherit autotools distutils-r1 libtool perl-module systemd

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=yes
DISTUTILS_SINGLE_IMPL=yes
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
WANT_AUTOMAKE=none
inherit autotools distutils-r1 libtool perl-module systemd

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=yes
DISTUTILS_SINGLE_IMPL=yes
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
WANT_AUTOMAKE=none
inherit autotools distutils-r1 libtool perl-module systemd

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=yes
DISTUTILS_SINGLE_IMPL=yes
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
WANT_AUTOMAKE=none
inherit autotools distutils-r1 perl-module systemd