mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(native-inputs
|
||||||
(list python-bottle
|
(list python-bottle
|
||||||
python-flaky
|
python-flaky
|
||||||
python-pytest))
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list curl gnutls))
|
(list curl gnutls))
|
||||||
(home-page "http://pycurl.io/")
|
(home-page "http://pycurl.io/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue