summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik v. Raven <hendrik@consetetur.de>2017-08-03 23:02:00 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-04 17:04:14 +0200
commit0183d0bb80befc50c7d6bf44e59bceecb73cb1da (patch)
tree2575951f366bf32a1993e316abeaf7958599f3d6 /dev-python/ipython/ipython-5.4.1.ebuild
parentdev-libs/libisoburn: Update homepage. Stop using prune_libtool_files. (diff)
downloadgentoo-0183d0bb80befc50c7d6bf44e59bceecb73cb1da.tar.gz
gentoo-0183d0bb80befc50c7d6bf44e59bceecb73cb1da.tar.bz2
gentoo-0183d0bb80befc50c7d6bf44e59bceecb73cb1da.zip
dev-python/ipython: break circular deps with USE=notebook
circular dependencies are still present with USE=test, but this appears to be unsolvable. Closes: https://bugs.gentoo.org/626110 Closes: https://github.com/gentoo/gentoo/pull/5287 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/ipython/ipython-5.4.1.ebuild')
-rw-r--r--dev-python/ipython/ipython-5.4.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild
index 656cfeab870f..0abf3b2a028e 100644
--- a/dev-python/ipython/ipython-5.4.1.ebuild
+++ b/dev-python/ipython/ipython-5.4.1.ebuild
@@ -32,10 +32,6 @@ CDEPEND="
RDEPEND="${CDEPEND}
virtual/python-pathlib[${PYTHON_USEDEP}]
- notebook? (
- dev-python/notebook[${PYTHON_USEDEP}]
- dev-python/ipywidgets[${PYTHON_USEDEP}]
- )
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -57,6 +53,10 @@ DEPEND="${CDEPEND}
)"
PDEPEND="
+ notebook? (
+ dev-python/notebook[${PYTHON_USEDEP}]
+ dev-python/ipywidgets[${PYTHON_USEDEP}]
+ )
qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"