summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2019-04-28 11:04:37 +0300
committerMaxim Koltsov <maksbotan@gentoo.org>2019-04-28 11:04:37 +0300
commit4509ed54965c243d3adff1143f885aff8009920d (patch)
treeaba7e968ffa6d2fa1a1b87c9cde7392b6d4b12c0
parentdev-python/pip: remove old 7.1.2 (diff)
downloadgentoo-4509ed54.tar.gz
gentoo-4509ed54.tar.bz2
gentoo-4509ed54.zip
dev-python/scripttest: PYTHON_COMPAT python3_7
Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
-rw-r--r--dev-python/scripttest/scripttest-1.3.0.ebuild2
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.ebuild
index c0969c79e492..d3f0b87aab1b 100644
--- a/dev-python/scripttest/scripttest-1.3.0.ebuild
+++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
inherit distutils-r1