guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 292730dbfb04d8320c52007f054cad0b7c8fef87
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 18:25:48 2025 +0000
gnu: python-imageio: Reduce closure size.
* gnu/packages/python-xyz.scm (python-imageio)[native-inputs]: Remove
python-black, python-flake8, python-pytest-cov, and python-wheel.
Change-Id: I6812b75c38c734fc006b41ab727b689888c59522
---
gnu/packages/python-xyz.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0cf8d47da3..cc7a0ed6bf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13096,13 +13096,9 @@ FFMPEG, reliably terminating the process when done.")
(propagated-inputs
(list python-imageio-ffmpeg python-numpy python-pillow python-tifffile))
(native-inputs
- (list python-black
- python-flake8
- python-fsspec
+ (list python-fsspec
python-pytest
- python-pytest-cov
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://imageio.github.io/")
(synopsis "Library for reading and writing a wide range of image data")
(description