summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-05-01 13:08:09 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-05-01 13:08:09 -0400
commit775d2d5c12eca5846ca214765a5f86414d7e5297 (patch)
tree402e02dcc29a214c2461339389fcd9c769a1c987 /dev-python
parentdev-libs/intel-neo: new package (diff)
downloadgentoo-775d2d5c12eca5846ca214765a5f86414d7e5297.tar.gz
gentoo-775d2d5c12eca5846ca214765a5f86414d7e5297.tar.bz2
gentoo-775d2d5c12eca5846ca214765a5f86414d7e5297.zip
dev-python/ipython: make notebook dep actually optional
Closes: https://bugs.gentoo.org/608822 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipython/ipython-7.5.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-7.5.0.ebuild b/dev-python/ipython/ipython-7.5.0.ebuild
index aa8770cf42f0..2a20f1205ac3 100644
--- a/dev-python/ipython/ipython-7.5.0.ebuild
+++ b/dev-python/ipython/ipython-7.5.0.ebuild
@@ -74,8 +74,7 @@ PDEPEND="
qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
smp? (
>=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
- dev-python/ipyparallel[${PYTHON_USEDEP},-python_targets_python2_7]
- dev-python/notebook[${PYTHON_USEDEP},-python_targets_python2_7]
+ >=dev-python/ipyparallel-6.2.3[${PYTHON_USEDEP},-python_targets_python2_7]
)"
PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )