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

commit 9eeb1645e30b69499cdd4abdb382686fdf45b1d8
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:18:03 2025 +0100

    gnu: python-cbor2: Remove python-pytest-cov input.
    
    * gnu/packages/python-web.scm (python-cbor2)[native-inputs]:
    Rmove python-pytest-cov, python-wheel.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5eb390d144..2cacef4485 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3000,11 +3000,7 @@ to the OVHcloud APIs.")
         (base32 "15y78xcc3zkmvj1mdzz8gyhf3apbl91073kwhzbjk5abc1civwlw"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest
-           python-pytest-cov
-           python-setuptools
-           python-setuptools-scm
-           python-wheel))
+     (list python-pytest python-setuptools python-setuptools-scm))
     (home-page "https://github.com/agronholm/cbor2";)
     (synopsis "Concise Binary Object Representation (CBOR) (de)serializer")
     (description "This Python library provides encoding and decoding for the

Reply via email to