commit: b96cc38181a0b4f1c1c2b2820a23b3e5dc26930d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:03:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96cc381
net-analyzer/speedtest-cli: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild
b/net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild
index 27192fa2eb3..8e0aa689083 100644
--- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild
+++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1