diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:57:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:24 +0100 |
commit | 81eac6b5a21705a28c1309713a7a2d38b5cc1bf6 (patch) | |
tree | 429243ca36b744fc5b22f02e819f1fac4c1ec873 /dev-python/whisper | |
parent | dev-python/whisper: Remove old (drop to ~arch) (diff) | |
download | gentoo-81eac6b5a21705a28c1309713a7a2d38b5cc1bf6.tar.gz gentoo-81eac6b5a21705a28c1309713a7a2d38b5cc1bf6.tar.bz2 gentoo-81eac6b5a21705a28c1309713a7a2d38b5cc1bf6.zip |
dev-python/whisper: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/whisper-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whisper/whisper-1.1.5.ebuild b/dev-python/whisper/whisper-1.1.5.ebuild index ce6d7d32da43..690cb17abe1e 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 |