commit: 2684503804c9f59744e91057080479697fa0c363 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 14 18:35:58 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 14 19:05:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26845038
dev-python/threadpoolctl: Add scipy test dep Closes: https://bugs.gentoo.org/946479 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild index 9d3f37a615c0..683fd2c02468 100644 --- a/dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild +++ b/dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild @@ -26,6 +26,7 @@ BDEPEND=" test? ( dev-python/cython[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] ) "
