summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-04 19:06:04 +0200
committerLars-Dominik Braun <lars@6xq.net>2024-06-30 09:19:49 +0200
commit6e04baef9a4230fddcbed2f35df2fa06f6719362 (patch)
treeba259867f25be43119e70b4ea0bbbf75f8282066
parent9c61718187943445e4d458b314fb3abfd113b094 (diff)
gnu: python-pycurl: Add missing inputs.
* gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7349a96b5f..058e719f0c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2045,7 +2045,9 @@ Amazon S3 compatible object storage server.")
python-flaky
python-nose
python-pytest
- python-pytest-xdist))
+ python-pytest-xdist
+ python-setuptools
+ python-wheel))
(inputs
(list curl gnutls))
(home-page "http://pycurl.io/")