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:59
Message-Id: 1440661302.9a0ea7f1464d0a4ea2ab40417359234ed3abc8a1.jlec@gentoo
1 commit: 9a0ea7f1464d0a4ea2ab40417359234ed3abc8a1
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Aug 27 07:41:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:41:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a0ea7f1
7
8 dev-python/jupyter_client: Fix deps
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 a7fe28e..3a98da2 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 + 27 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + jupyter_client-9999.ebuild:
26 + dev-python/jupyter_client: Fix deps
27 +
28 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
29 jupyter_client-9999.ebuild:
30 dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)
31
32 diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
33 index ec79599..ba6a640 100644
34 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
35 +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
36 @@ -30,6 +30,7 @@ RDEPEND="
37 DEPEND="${RDEPEND}
38 test? (
39 dev-python/nose[${PYTHON_USEDEP}]
40 + dev-python/coverage[${PYTHON_USEDEP}]
41 dev-python/mock[${PYTHON_USEDEP}]
42 dev-python/ipykernel[${PYTHON_USEDEP}]
43 )