summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 18:25:48 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:42 +0000
commit7aa4abb4bceaa31e913c03359711c3f3a129f7d1 (patch)
treecb2226d55bb6bbeb2cf55192a56aae2cf2d873a3 /gnu
parentf2c3cd2465f3036496c953b49a56d713a09fb712 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e0631322262..c98a305d554 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13095,13 +13095,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