diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-14 19:35:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-14 20:05:47 +0100 |
commit | 2684503804c9f59744e91057080479697fa0c363 (patch) | |
tree | 9f53d4bba3f964b2046438e4cbf1cb81669639f8 /dev-python | |
parent | dev-python/multipart: Remove old (diff) | |
download | gentoo-2684503804c9f59744e91057080479697fa0c363.tar.gz gentoo-2684503804c9f59744e91057080479697fa0c363.tar.bz2 gentoo-2684503804c9f59744e91057080479697fa0c363.zip |
dev-python/threadpoolctl: Add scipy test dep
Closes: https://bugs.gentoo.org/946479
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/threadpoolctl/threadpoolctl-3.5.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) " |