From 7aa4abb4bceaa31e913c03359711c3f3a129f7d1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 31 Oct 2025 18:25:48 +0000 Subject: [PATCH] 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 e0631322262b8a262742c56ed9a8e9263bcaed26..c98a305d554535b5f25701a088a57a83c53c03dc 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