guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70751] [PATCH 016/714] gnu: python-imageio: Remove python-black nat


From: Nicolas Graves
Subject: [bug#70751] [PATCH 016/714] gnu: python-imageio: Remove python-black native-input.
Date: Fri, 3 May 2024 18:55:15 +0200

* gnu/packages/python-xyz.scm (python-imageio):
  [native-inputs]: Remove python-black.

Change-Id: Ie868334f0c93f11449122cf6c213c5fbb08d1255
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8be0040220..1433ddaff9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10448,7 +10448,7 @@ (define-public python-imageio
     (propagated-inputs
      (list python-imageio-ffmpeg python-numpy python-pillow python-tifffile 
python-setuptools))
     (native-inputs
-     (list python-flake8 python-fsspec python-pytest
+     (list python-fsspec python-pytest
            python-pytest-cov python-wheel))
     (home-page "https://imageio.github.io/";)
     (synopsis "Library for reading and writing a wide range of image data")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]