summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:26:25 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:22 -0600
commitd07e0b2458010a62c132389d475f52b985e1f633 (patch)
tree73ccf6007ca545d9fa8cdf1a8a73325374d80eba /dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
parentdev-python/terminado: add py37 support (diff)
downloadgentoo-d07e0b2458010a62c132389d475f52b985e1f633.tar.gz
gentoo-d07e0b2458010a62c132389d475f52b985e1f633.tar.bz2
gentoo-d07e0b2458010a62c132389d475f52b985e1f633.zip
dev-python/jupyter_client: 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/jupyter_client/jupyter_client-5.2.3.ebuild')
-rw-r--r--dev-python/jupyter_client/jupyter_client-5.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
index df80a23326e5..e8954466c964 100644
--- a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.2.3.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