diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:19:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:36:23 +0200 |
commit | 5902c770b7b11843c92b8d75efe1e9c4fe4697ce (patch) | |
tree | 214740021045d480677cf8c44eebbfc901c1f3e0 /dev-python/scripttest | |
parent | dev-python/csv23: Remove python2 (diff) | |
download | gentoo-5902c770b7b11843c92b8d75efe1e9c4fe4697ce.tar.gz gentoo-5902c770b7b11843c92b8d75efe1e9c4fe4697ce.tar.bz2 gentoo-5902c770b7b11843c92b8d75efe1e9c4fe4697ce.zip |
dev-python/scripttest: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r-- | dev-python/scripttest/scripttest-1.3.0-r1.ebuild (renamed from dev-python/scripttest/scripttest-1.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild index 02e7cf81f2cd..78cc074b2dfc 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |