commit: ad9fc0ac4299be6d36917ac762016e05c8c21ee9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 7 07:48:40 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 08:06:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9fc0ac
dev-python/ipython: Add a test dep on matplotlib Closes: https://bugs.gentoo.org/780696 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipython/ipython-7.22.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/ipython/ipython-7.22.0-r1.ebuild b/dev-python/ipython/ipython-7.22.0-r1.ebuild index b1078fc6020..25ac38e710c 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}]
