commit: 81eac6b5a21705a28c1309713a7a2d38b5cc1bf6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:57:34 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 07:08:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eac6b5
dev-python/whisper: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whisper/whisper-1.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whisper/whisper-1.1.5.ebuild
b/dev-python/whisper/whisper-1.1.5.ebuild
index ce6d7d32da4..690cb17abe1 100644
--- a/dev-python/whisper/whisper-1.1.5.ebuild
+++ b/dev-python/whisper/whisper-1.1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1