diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-03 09:06:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-03 11:24:40 +0100 |
commit | b8e3447735325850d63a63d23191f56827f66abb (patch) | |
tree | 79dc70a2f3c2f993987ea7e19c1fc65b2916fa0f | |
parent | 4950b56a381d6fac97b1d682f80e025637eb93ee (diff) | |
download | gentoo-b8e3447735325850d63a63d23191f56827f66abb.tar.gz gentoo-b8e3447735325850d63a63d23191f56827f66abb.tar.xz |
dev-python/matplotlib: Add missing mock support for doc build
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564742
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index cc6fe7edd61..a06ccd60049 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -64,9 +64,10 @@ DEPEND="${COMMON_DEPEND} app-text/dvipng virtual/python-imaging[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] + dev-python/mock[${PY2_USEDEP}] dev-python/numpydoc[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/xlwt[${PYTHON_USEDEP}] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended |