diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 19:06:04 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:07 +0100 |
commit | 4d30035bd6d12d8965729cdffcc3585e18f0f1e2 (patch) | |
tree | 0ace9343224c3c420747b886a757eeb23eb1aadf | |
parent | 0513ce95698c4a6035166ec63554814679e8d98e (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.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b82c29e380..da17201410 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2075,7 +2075,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/") |