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
This commit is contained in:
Virgil Dupras
2019-05-01 13:08:09 -04:00
parent 5a43f12741
commit 775d2d5c12

View File

@@ -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 )