guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit defe623f39d6c70ea5cd807b38a3bb11ecf224bf
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 4f2f1588f7..aa65d08d1c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21923,15 +21923,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/")