~ruther/guix-local

5b5fb77ff9545ae9bd6dde653fa32b6ac6a38d3b — Ricardo Wurmus 2 years ago f95b197
gnu: python-pycurl: Add missing inputs.

* gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -1
@@ 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/")