aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-09-02 12:07:25 -0500
committerSean Vig <sean.v.775@gmail.com>2015-09-03 08:16:02 -0500
commit58e700f2c06856e072cf050d5265c5c34bdffbf5 (patch)
treee1e261fe1d6bf9cdd78da9d480f259cd8eead778
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-58e700f2c06856e072cf050d5265c5c34bdffbf5.tar.gz
sci-58e700f2c06856e072cf050d5265c5c34bdffbf5.tar.bz2
sci-58e700f2c06856e072cf050d5265c5c34bdffbf5.zip
dev-python/ipywidgets: Fix testing deps
-rw-r--r--dev-python/ipywidgets/ChangeLog3
-rw-r--r--dev-python/ipywidgets/ipywidgets-9999.ebuild1
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/ipywidgets/ChangeLog b/dev-python/ipywidgets/ChangeLog
index c206ff6f4..013320609 100644
--- a/dev-python/ipywidgets/ChangeLog
+++ b/dev-python/ipywidgets/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 02 Sep 2015; Sean Vig <sean.v.775@gmail.com> ipywidgets-9999.ebuild:
+ dev-python/ipywidgets: Fix testing deps
+
27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de> ipywidgets-9999.ebuild:
dev-python/ipywidgets: Fix deps
diff --git a/dev-python/ipywidgets/ipywidgets-9999.ebuild b/dev-python/ipywidgets/ipywidgets-9999.ebuild
index 72557aad2..cb9130e2a 100644
--- a/dev-python/ipywidgets/ipywidgets-9999.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
)