diff options
author | 2017-08-19 22:33:37 +0000 | |
---|---|---|
committer | 2017-08-19 22:33:37 +0000 | |
commit | ed80f857532c9ab3650c6aca6c03507d487d38e0 (patch) | |
tree | 27b6491786e3c8321fb6b4e019721894b6fca7d5 /dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | |
parent | dev-python/ipykernel: add conditional block on ipython-6 for python-2.7 (diff) | |
download | gentoo-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-4.1.0.ebuild')
-rw-r--r-- | dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild index 94b1c39303fc..62d09048ca07 100644 --- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-4.1.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=5 @@ -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/jupyter_client[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} |