summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:03:24 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:58 -0600
commite78676dd0cd148b6697f1003707772590188e3b0 (patch)
tree37b020f030702078e553d00cde92d68307d44549 /dev-python/qtconsole
parentdev-python/ipyparallel: add py37 support (diff)
downloadgentoo-e78676dd0cd148b6697f1003707772590188e3b0.tar.gz
gentoo-e78676dd0cd148b6697f1003707772590188e3b0.tar.bz2
gentoo-e78676dd0cd148b6697f1003707772590188e3b0.zip
dev-python/qtconsole: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/qtconsole')
-rw-r--r--dev-python/qtconsole/qtconsole-4.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/qtconsole/qtconsole-4.3.1.ebuild b/dev-python/qtconsole/qtconsole-4.3.1.ebuild
index 28b1ec5879c9..0b879d52f50a 100644
--- a/dev-python/qtconsole/qtconsole-4.3.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 virtualx