mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
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
This commit is contained in:
committed by
Michał Górny
parent
fe8cba00cf
commit
0183d0bb80
@@ -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}] )"
|
||||
|
||||
Reference in New Issue
Block a user