Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/
Date: Tue, 01 Sep 2015 14:10:18
Message-Id: 1441116593.d3c86a165817f84a005f1f3629c383e6ff3168f2.jlec@gentoo
1 commit: d3c86a165817f84a005f1f3629c383e6ff3168f2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 14:09:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 14:09:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3c86a16
7
8 dev-python/qtconsole: Resolve circular dependency
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/qtconsole/qtconsole-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild
17 index e30db23..3749a84 100644
18 --- a/dev-python/qtconsole/qtconsole-9999.ebuild
19 +++ b/dev-python/qtconsole/qtconsole-9999.ebuild
20 @@ -23,7 +23,6 @@ SLOT="0"
21 IUSE="test"
22
23 RDEPEND="
24 - dev-python/ipython[${PYTHON_USEDEP}]
25 dev-python/ipykernel[${PYTHON_USEDEP}]
26 dev-python/jupyter_client[${PYTHON_USEDEP}]
27 "
28 @@ -39,6 +38,7 @@ DEPEND="${RDEPEND}
29 dev-python/pygments[${PYTHON_USEDEP}]
30 >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
31 "
32 +PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
33
34 python_test() {
35 nosetests --with-coverage --cover-package qtconsole qtconsole || die