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-6.1.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-6.1.0.ebuild')
| -rw-r--r-- | dev-python/ipython/ipython-6.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ipython/ipython-6.1.0.ebuild b/dev-python/ipython/ipython-6.1.0.ebuild index 92c5eab5d507..492ab29a655d 100644 --- a/dev-python/ipython/ipython-6.1.0.ebuild +++ b/dev-python/ipython/ipython-6.1.0.ebuild @@ -31,10 +31,6 @@ CDEPEND=" " RDEPEND="${CDEPEND} - notebook? ( - dev-python/notebook[${PYTHON_USEDEP}] - dev-python/ipywidgets[${PYTHON_USEDEP}] - ) nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] ) " @@ -56,6 +52,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}] ) |
