diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-07 09:48:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-07 10:06:31 +0200 |
commit | ad9fc0ac4299be6d36917ac762016e05c8c21ee9 (patch) | |
tree | 507f367149e85f2e6e0a3512e9a6cc903c34c2a6 /dev-python | |
parent | dev-python/websocket-client: Remove old (diff) | |
download | gentoo-ad9fc0ac4299be6d36917ac762016e05c8c21ee9.tar.gz gentoo-ad9fc0ac4299be6d36917ac762016e05c8c21ee9.tar.bz2 gentoo-ad9fc0ac4299be6d36917ac762016e05c8c21ee9.zip |
dev-python/ipython: Add a test dep on matplotlib
Closes: https://bugs.gentoo.org/780696
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ipython-7.22.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-7.22.0-r1.ebuild b/dev-python/ipython/ipython-7.22.0-r1.ebuild index b1078fc60203..25ac38e710c7 100644 --- a/dev-python/ipython/ipython-7.22.0-r1.ebuild +++ b/dev-python/ipython/ipython-7.22.0-r1.ebuild @@ -36,6 +36,7 @@ BDEPEND=" test? ( app-text/dvipng[truetype] >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] >=dev-python/numpy-1.16[${PYTHON_USEDEP}] |