diff options
| author | Hendrik v. Raven <hendrik@consetetur.de> | 2017-08-03 23:02:00 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-09-04 17:04:14 +0200 |
| commit | 0183d0bb80befc50c7d6bf44e59bceecb73cb1da (patch) | |
| tree | 2575951f366bf32a1993e316abeaf7958599f3d6 /dev-python/ipython/ipython-5.3.0.ebuild | |
| parent | fe8cba00cfbd3466afc58fdca8d5e703a00a4f6c (diff) | |
| download | gentoo-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.3.0.ebuild')
| -rw-r--r-- | dev-python/ipython/ipython-5.3.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ipython/ipython-5.3.0.ebuild b/dev-python/ipython/ipython-5.3.0.ebuild index 15730b53437b..6da17185aa7d 100644 --- a/dev-python/ipython/ipython-5.3.0.ebuild +++ b/dev-python/ipython/ipython-5.3.0.ebuild @@ -36,10 +36,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-18.5[${PYTHON_USEDEP}] @@ -72,6 +68,10 @@ DEPEND="${CDEPEND} )" PDEPEND=" + notebook? ( + dev-python/notebook[${PYTHON_USEDEP}] + dev-python/ipywidgets[${PYTHON_USEDEP}] + ) qt4? ( dev-python/qtconsole ) smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )" |
