Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Tue, 03 Nov 2015 10:24:59
Message-Id: 1446546280.b8e3447735325850d63a63d23191f56827f66abb.jlec@gentoo
1 commit: b8e3447735325850d63a63d23191f56827f66abb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 08:06:25 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 10:24:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e34477
7
8 dev-python/matplotlib: Add missing mock support for doc build
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564742
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/matplotlib/matplotlib-1.5.0.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
19 index cc6fe7e..a06ccd6 100644
20 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
21 +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
22 @@ -64,9 +64,10 @@ DEPEND="${COMMON_DEPEND}
23 app-text/dvipng
24 virtual/python-imaging[${PYTHON_USEDEP}]
25 dev-python/ipython[${PYTHON_USEDEP}]
26 + dev-python/mock[${PY2_USEDEP}]
27 dev-python/numpydoc[${PYTHON_USEDEP}]
28 - dev-python/xlwt[${PYTHON_USEDEP}]
29 dev-python/sphinx[${PYTHON_USEDEP}]
30 + dev-python/xlwt[${PYTHON_USEDEP}]
31 dev-texlive/texlive-latexextra
32 dev-texlive/texlive-fontsrecommended
33 dev-texlive/texlive-latexrecommended