guix-patches
[Top][All Lists]
Advanced

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

[bug#70736] [PATCH 002/714] gnu: python-ovh: Remove python-black native-


From: Nicolas Graves
Subject: [bug#70736] [PATCH 002/714] gnu: python-ovh: Remove python-black native-input.
Date: Fri, 3 May 2024 18:55:01 +0200

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

Change-Id: I62a0ac9c37a72ab5e7e979001bb347c2c75a8be9
---
 gnu/packages/python-web.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index bd9c50a006..3fccdcdf59 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -974,8 +974,7 @@ (define-public python-ovh
     (build-system pyproject-build-system)
     (arguments (list #:tests? #f))      ; XXX: tests require networking
     (propagated-inputs (list python-requests))
-    (native-inputs (list python-black
-                         python-coverage
+    (native-inputs (list python-coverage
                          python-flake8
                          python-isort
                          python-pytest
-- 
2.41.0






reply via email to

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