Skip to content

Commit

Permalink
dev-python/ipython: make notebook dep actually optional
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/608822
Signed-off-by: Virgil Dupras <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
Virgil Dupras committed May 1, 2019
1 parent 5a43f12 commit 775d2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-python/ipython/ipython-7.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 775d2d5

Please sign in to comment.