From: Craig Andrews Date: Mon, 13 Jan 2020 17:27:10 +0000 (-0500) Subject: net-misc/nyx: Python 3.7 and 3.8 compatibility X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=643da6cc52b4e8789d5dafb14b7e7404dc31ccaa;p=gentoo.git net-misc/nyx: Python 3.7 and 3.8 compatibility Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Craig Andrews --- diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild index 4252b76c9b41..7371cc1a2886 100644 --- a/net-misc/nyx/nyx-2.1.0.ebuild +++ b/net-misc/nyx/nyx-2.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) inherit vcs-snapshot distutils-r1