net-misc/ris-pydot-graph: Adding py3.10 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
ddc39baf5a
commit
5e14a8a997
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
inherit python-r1
|
inherit python-r1
|
||||||
|
|
||||||
DESCRIPTION="Draw a graph from RIS BGP data"
|
DESCRIPTION="Draw a graph from RIS BGP data"
|
||||||
|
|
Loading…
Reference in a new issue