dev-python/ciscoconfparse: enable py3.11

This commit is contained in:
Alarig Le Lay 2023-03-17 14:52:21 +01:00
parent f1c2cb76a2
commit f6b866bec2
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Parse, audit, query, build, and modify Cisco IOS-style configurations"
@ -26,6 +27,4 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND=""
export DISTUTILS_USE_SETUPTOOLS=no
distutils_enable_tests pytest