mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/ipython: Break circular dependency with dev-python/qtconsole
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=576088 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -38,8 +38,7 @@ RDEPEND="${CDEPEND}
|
||||
dev-python/notebook[${PYTHON_USEDEP}]
|
||||
dev-python/ipywidgets[${PYTHON_USEDEP}]
|
||||
)
|
||||
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
|
||||
qt4? ( dev-python/qtconsole )"
|
||||
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${CDEPEND}
|
||||
>=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -66,6 +65,7 @@ DEPEND="${CDEPEND}
|
||||
)"
|
||||
|
||||
PDEPEND="
|
||||
qt4? ( dev-python/qtconsole )
|
||||
smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user