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

commit 1879c80369b62913375edd41d43bf19eeb6736d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 14:07:50 2025 +0000

    gnu: python-multivolumefile: Reduce closure size.
    
    * gnu/packages/python-compression.scm (python-multivolumefile):
    [native-inputs]: Remove python-coverage, python-coveralls,
    python-hypothesis, python-pytest-cov, and python-wheel.
    
    Change-Id: I39de34466734dbc35ee2020edb2ab8c0e83bdcec
---
 gnu/packages/python-compression.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 19f8e2a0da..41160d9731 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -204,14 +204,9 @@ package, an implementation of the Brotli lossless 
compression algorithm.")
          "1mh9sz50s1p8ik83a455pqd57syprad7xhfmk28yb5mwmw58sr50"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-setuptools-scm
-           python-coverage
-           python-coveralls
-           python-hypothesis
-           python-pytest
-           python-pytest-cov
+     (list python-pytest
            python-setuptools
-           python-wheel))
+           python-setuptools-scm))
     (home-page "https://github.com/miurahr/multivolume";)
     (synopsis "Treat multiple files as one")
     (description "MultiVolumefile is a Python library that provides a

Reply via email to