1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-28 23:50:56 +01:00
committed by Sharlatan Hellseher
parent 10e9504c81
commit c60ba05abd

View File

@@ -21294,15 +21294,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/")