aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-08-27 09:41:54 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-08-27 09:41:54 +0200
commitbf286bf5f8c16c38c6dadaf413d5a7082b6a47eb (patch)
tree76c3739b0ab7eeea95632f81e6a11961b36a6925
parentdev-python/jupyter_client: Fix deps (diff)
downloadsci-bf286bf5.tar.gz
sci-bf286bf5.tar.bz2
sci-bf286bf5.zip
dev-python/jupyter_console: Fix deps
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/jupyter_console/ChangeLog4
-rw-r--r--dev-python/jupyter_console/jupyter_console-9999.ebuild1
2 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 81953c659..68c1bdedb 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
+ jupyter_console-9999.ebuild:
+ dev-python/jupyter_console: Fix deps
+
25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
jupyter_console-9999.ebuild:
dev-python/jupyter_console: Drop MY_PN, add python_test
diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 31c23cbaf..43b4766ff 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
)
"