From 6ef4644be9da2358d12772ab10f3564d9596b37d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 22 Jul 2020 13:20:09 -0400 Subject: [PATCH] net-analyzer/netdata: Python 3.9 compatibility Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Craig Andrews --- net-analyzer/netdata/netdata-1.23.2.ebuild | 2 +- net-analyzer/netdata/netdata-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-1.23.2.ebuild b/net-analyzer/netdata/netdata-1.23.2.ebuild index 3b6458e2fb4ee..48231022d0566 100644 --- a/net-analyzer/netdata/netdata-1.23.2.ebuild +++ b/net-analyzer/netdata/netdata-1.23.2.ebuild @@ -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 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 3b6458e2fb4ee..48231022d0566 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -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