From: Michał Górny Date: Tue, 11 Feb 2020 12:03:12 +0000 (+0100) Subject: net-analyzer/speedtest-cli: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b96cc38181a0b4f1c1c2b2820a23b3e5dc26930d;p=gentoo.git net-analyzer/speedtest-cli: Remove py2 Signed-off-by: Michał Górny --- 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 27192fa2eb34..8e0aa6890832 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