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

commit 376bf8c4190e23d61f5a2556e065718791cb2ec1
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:50:56 2025 +0100

    gnu: python-gevent: Remove coverage inputs.
    
    * gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Remove
    python-coverage and python-wheel.
    
    Change-Id: I2a8be112d8106319988fdc83bb4d38174ac1cd0e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c490f0002..42d05d39ba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21403,15 +21403,13 @@ graphviz.")
      (list python-greenlet python-zope-event python-zope-interface))
     (native-inputs
      (list python-cffi
-           python-coverage
            python-cython
            python-dnspython
            python-idna
            python-objgraph
            python-psutil
            python-requests
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (inputs
      (list c-ares libev libuv))
     (home-page "https://www.gevent.org/";)

Reply via email to