diff options
author | 2020-02-11 13:05:28 +0100 | |
---|---|---|
committer | 2020-02-11 13:16:15 +0100 | |
commit | 405c4e029b2721561ef8d8c6f64e7bb2b6c7875e (patch) | |
tree | 76d587488c38c63651cf8b8fd8d4acf431af4c5d /net-misc/nyx | |
parent | net-irc/limnoria: Remove py2 (diff) | |
download | gentoo-405c4e029b2721561ef8d8c6f64e7bb2b6c7875e.tar.gz gentoo-405c4e029b2721561ef8d8c6f64e7bb2b6c7875e.tar.bz2 gentoo-405c4e029b2721561ef8d8c6f64e7bb2b6c7875e.zip |
net-misc/nyx: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r-- | net-misc/nyx/nyx-2.0.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/nyx/nyx-2.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild index 4252b76c9b41..cd27d40170bc 100644 --- a/net-misc/nyx/nyx-2.0.4.ebuild +++ b/net-misc/nyx/nyx-2.0.4.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=(python3_6) inherit vcs-snapshot distutils-r1 diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild index 7371cc1a2886..99d81268a583 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,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) inherit vcs-snapshot distutils-r1 |