diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 18:12:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 21:43:46 +0100 |
commit | 23755767dd4698d2ba0e248690cd91916f9e64c2 (patch) | |
tree | 63244462918d7186e4d505e580b75a7dbaed14dd /dev-python/whisper | |
parent | dev-python/whisper: Remove old (drop to ~arch) (diff) | |
download | gentoo-23755767dd4698d2ba0e248690cd91916f9e64c2.tar.gz gentoo-23755767dd4698d2ba0e248690cd91916f9e64c2.tar.bz2 gentoo-23755767dd4698d2ba0e248690cd91916f9e64c2.zip |
dev-python/whisper: Remove py2 from 1.1.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/whisper-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild index 593f5228b98b..acf2b09922a5 100644 --- a/dev-python/whisper/whisper-1.1.3.ebuild +++ b/dev-python/whisper/whisper-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} ) +PYTHON_COMPAT=( pypy3 python3_6 ) inherit distutils-r1 |