diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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/") |