summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:02:27 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:57 -0600
commitb21743301aabb66b754f751e2484bdf4ec6526d1 (patch)
treea55dae7b5725f346b2080763322b8861c6c78d40 /dev-python
parentdev-python/ipywidgets: add py37 support (diff)
downloadgentoo-b21743301aabb66b754f751e2484bdf4ec6526d1.tar.gz
gentoo-b21743301aabb66b754f751e2484bdf4ec6526d1.tar.bz2
gentoo-b21743301aabb66b754f751e2484bdf4ec6526d1.zip
dev-python/ipyparallel: 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')
-rw-r--r--dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
index f0cfc3cfd1a3..95e69d34e5e8 100644
--- a/dev-python/ipyparallel/ipyparallel-6.0.2-r1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-6.0.2-r1.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