mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-analyzer/netdata: Python 3.9 compatibility
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
|
||||
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
|
||||
|
||||
inherit autotools fcaps linux-info python-single-r1 systemd
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
|
||||
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
|
||||
|
||||
inherit autotools fcaps linux-info python-single-r1 systemd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user