diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:50:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:39 +0000 |
| commit | c60ba05abdc06b2d7ba67729eb4ec1e0488e2f22 (patch) | |
| tree | e418c7b1e94a708f5759201f8900ff464b9413bc /gnu | |
| parent | 10e9504c81d87611587d2cc8ae3b958ea76130f5 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bfe8520ba80..9271d729a28 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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/") |
