summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-09 08:29:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-09 09:09:08 +0200
commit724a3d488a51d01c1d139afdccb2cdbf7af16a4b (patch)
treee0d420990d3e58b0fbc6990048004be96312d782 /dev-python/ipython
parentdev-util/shards: bump up to 0.11.1 (diff)
downloadgentoo-724a3d488a51d01c1d139afdccb2cdbf7af16a4b.tar.gz
gentoo-724a3d488a51d01c1d139afdccb2cdbf7af16a4b.tar.bz2
gentoo-724a3d488a51d01c1d139afdccb2cdbf7af16a4b.zip
dev-python/ipython: Add doc-dep on matplotlib
Closes: https://bugs.gentoo.org/727566 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-7.15.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-7.15.0.ebuild b/dev-python/ipython/ipython-7.15.0.ebuild
index 520beef8abd0..553bce6df136 100644
--- a/dev-python/ipython/ipython-7.15.0.ebuild
+++ b/dev-python/ipython/ipython-7.15.0.ebuild
@@ -46,6 +46,7 @@ DEPEND="${CDEPEND}
)
doc? (
>=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/sphinx-2[${PYTHON_USEDEP}]
)"