Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/
Date: Wed, 02 Mar 2016 20:44:54
Message-Id: 1456951479.b3504dd7a88a7c23833de1cf1037e5d8f6e968a4.jlec@gentoo
1 commit: b3504dd7a88a7c23833de1cf1037e5d8f6e968a4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 20:11:41 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 20:44:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3504dd7
7
8 dev-python/ipython: Break circular dependency with dev-python/qtconsole
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=576088
11
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 dev-python/ipython/ipython-4.1.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/ipython/ipython-4.1.1.ebuild b/dev-python/ipython/ipython-4.1.1.ebuild
18 index 3934c31..41d72d7 100644
19 --- a/dev-python/ipython/ipython-4.1.1.ebuild
20 +++ b/dev-python/ipython/ipython-4.1.1.ebuild
21 @@ -38,8 +38,7 @@ RDEPEND="${CDEPEND}
22 dev-python/notebook[${PYTHON_USEDEP}]
23 dev-python/ipywidgets[${PYTHON_USEDEP}]
24 )
25 - nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
26 - qt4? ( dev-python/qtconsole )"
27 + nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )"
28 DEPEND="${CDEPEND}
29 >=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
30 test? (
31 @@ -66,6 +65,7 @@ DEPEND="${CDEPEND}
32 )"
33
34 PDEPEND="
35 + qt4? ( dev-python/qtconsole )
36 smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
37
38 PATCHES=(