From 5b5fb77ff9545ae9bd6dde653fa32b6ac6a38d3b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 4 Apr 2024 19:06:04 +0200 Subject: gnu: python-pycurl: Add missing inputs. * gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0 --- gnu/packages/python-web.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d09bce4410..1a3a0840ad 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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/") -- cgit v1.2.3