~ruther/guix-local

7aa4abb4bceaa31e913c03359711c3f3a129f7d1 — Sharlatan Hellseher 5 months ago f2c3cd2
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
1 files changed, 2 insertions(+), 6 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -6
@@ 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