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/jupyter_client/
Date: Tue, 01 Sep 2015 07:57:52
Message-Id: 1440508937.df3cb179f4881ae9d1c645f1f917db7edbd13bfc.jlec@gentoo
1 commit: df3cb179f4881ae9d1c645f1f917db7edbd13bfc
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Aug 25 13:22:17 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 13:22:17 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=df3cb179
7
8 dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_client/ChangeLog | 4 ++++
13 dev-python/jupyter_client/jupyter_client-9999.ebuild | 1 +
14 2 files changed, 5 insertions(+)
15
16 diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
17 index d769a7a..a7fe28e 100644
18 --- a/dev-python/jupyter_client/ChangeLog
19 +++ b/dev-python/jupyter_client/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + jupyter_client-9999.ebuild:
26 + dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)
27 +
28 *jupyter_client-4.0.0 (12 Aug 2015)
29 *jupyter_client-9999 (12 Aug 2015)
30
31
32 diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
33 index b4ce1e8..0eb5a44 100644
34 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
35 +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
36 @@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
37 test? (
38 dev-python/nose[${PYTHON_USEDEP}]
39 dev-python/mock[${PYTHON_USEDEP}]
40 + dev-python/ipykernel[${PYTHON_USEDEP}]
41 )
42 "