dev-util/clippy: enable py3.12

This commit is contained in:
Alarig Le Lay 2024-04-13 14:57:21 +02:00
parent 3d6f56ac69
commit 8baaa91c95
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
MY_P="frr-${PV}" MY_P="frr-${PV}"
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{9..12} )
inherit autotools python-single-r1 inherit autotools python-single-r1
DESCRIPTION="Standalone clippy tool built from FRR sources" DESCRIPTION="Standalone clippy tool built from FRR sources"