diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-04 05:53:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-04 06:00:01 +0200 |
commit | bd8ce45b7e0a1cc458a2fcbbdd1891e9e2398bb4 (patch) | |
tree | 3289c4e69b5a73b9cd710a224d242f7daf2cf35e /dev-python/tifffile | |
parent | app-admin/awscli: Bump to 1.32.98 (diff) | |
download | gentoo-bd8ce45b7e0a1cc458a2fcbbdd1891e9e2398bb4.tar.gz gentoo-bd8ce45b7e0a1cc458a2fcbbdd1891e9e2398bb4.tar.bz2 gentoo-bd8ce45b7e0a1cc458a2fcbbdd1891e9e2398bb4.zip |
dev-python/tifffile: Remove dev-python/dask test dep
All tests needing dev-python/dask are skipped gracefully if it isn't
available, and the package is really bad.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tifffile')
-rw-r--r-- | dev-python/tifffile/tifffile-2024.4.24.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/tifffile/tifffile-2024.4.24.ebuild b/dev-python/tifffile/tifffile-2024.4.24.ebuild index d58751a45db4..d9d1ef282037 100644 --- a/dev-python/tifffile/tifffile-2024.4.24.ebuild +++ b/dev-python/tifffile/tifffile-2024.4.24.ebuild @@ -28,7 +28,6 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/dask[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] |