mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-pycurl: Add missing inputs.
* gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0
This commit is contained in:
parent
f95b197838
commit
5b5fb77ff9
1 changed files with 3 additions and 1 deletions
|
@ -2088,7 +2088,9 @@ Amazon S3 compatible object storage server.")
|
|||
(native-inputs
|
||||
(list python-bottle
|
||||
python-flaky
|
||||
python-pytest))
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list curl gnutls))
|
||||
(home-page "http://pycurl.io/")
|
||||
|
|
Loading…
Add table
Reference in a new issue