summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm4
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/")