guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 4e4fa9114080ad1f90555534dc20e7c51c8e7675
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 14:30:01 2025 +0000

    gnu: python-ovh: Reduce closure size.
    
    * gnu/packages/python-web.scm (python-ovh)[native-inputs]: Remove
    python-black, python-coverage, python-flake8, python-isort,
    python-pytest, python-pytest-cov, python-sphinx, and python-wheel.
    
    Change-Id: Iedb51f0d87f116dd8993025f4d751a091383f3e0
---
 gnu/packages/python-web.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cb35be4cc3..a3c064421d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2763,15 +2763,7 @@ software.")
     (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
-                         python-flake8
-                         python-isort
-                         python-pytest
-                         python-pytest-cov
-                         python-setuptools
-                         python-sphinx
-                         python-wheel))
+    (native-inputs (list python-setuptools))
     (home-page "https://api.ovh.com";)
     (synopsis "Interact with OVHcloud APIs")
     (description "This package provides the official module to perform HTTP 
requests

Reply via email to