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:
Craig Andrews
2020-07-22 13:20:09 -04:00
parent e35719a391
commit 6ef4644be9
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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