summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-08-19 22:33:37 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-08-19 22:33:37 +0000
commited80f857532c9ab3650c6aca6c03507d487d38e0 (patch)
tree27b6491786e3c8321fb6b4e019721894b6fca7d5 /dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
parentdev-python/ipykernel: add conditional block on ipython-6 for python-2.7 (diff)
downloadgentoo-ed80f857532c9ab3650c6aca6c03507d487d38e0.tar.gz
gentoo-ed80f857532c9ab3650c6aca6c03507d487d38e0.tar.bz2
gentoo-ed80f857532c9ab3650c6aca6c03507d487d38e0.zip
dev-python/ipyparallel: add conditional block on ipython-6 for python-2.7
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-python/ipyparallel/ipyparallel-5.2.0.ebuild')
-rw-r--r--dev-python/ipyparallel/ipyparallel-5.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
index 5dd5e10510cc..41ea11d938aa 100644
--- a/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,7 @@ RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]
!<dev-python/ipython-4.0.0[smp]
>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
dev-python/notebook[${PYTHON_USEDEP}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]