commit: 9a0ea7f1464d0a4ea2ab40417359234ed3abc8a1 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Thu Aug 27 07:41:42 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 07:41:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a0ea7f1
dev-python/jupyter_client: Fix deps Package-Manager: portage-2.2.20.1 dev-python/jupyter_client/ChangeLog | 4 ++++ dev-python/jupyter_client/jupyter_client-9999.ebuild | 1 + 2 files changed, 5 insertions(+) diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog index a7fe28e..3a98da2 100644 --- a/dev-python/jupyter_client/ChangeLog +++ b/dev-python/jupyter_client/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Aug 2015; Marius Brehler <[email protected]> + jupyter_client-9999.ebuild: + dev-python/jupyter_client: Fix deps + 25 Aug 2015; Marius Brehler <[email protected]> jupyter_client-9999.ebuild: dev-python/jupyter_client: Add missing dep: ipykernel (required for testing) diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild index ec79599..ba6a640 100644 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild @@ -30,6 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] )
