mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 19:21:24 +02: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:
committed by
Sharlatan Hellseher
parent
f95b197838
commit
5b5fb77ff9
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user