dev-python/pynetbox: Adding py3.10 support for pynetbox-5.3.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2022-07-04 16:38:54 +02:00
parent 003d3abd1b
commit af3996bcf9
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{6..10} )
inherit distutils-r1
DESCRIPTION="Python API client library for NetBox"