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:
Justin Lecher
2016-03-02 20:11:41 +00:00
parent 16c23496b9
commit b3504dd7a8

View File

@@ -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=(