aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}]
)
"