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:
Ricardo Wurmus 2024-04-04 19:06:04 +02:00 committed by Sharlatan Hellseher
parent f95b197838
commit 5b5fb77ff9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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/")