diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 05c96b8acb..20f7336f63 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -10345,7 +10345,7 @@ hardware on Grid'5000 or via OpenStack, to Vagrant, Chameleon, and more.") (arguments (list #:tests? #f)) ; would require network (and SSL certificates) (propagated-inputs (list python-requests)) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/jsvine/waybackpack") (synopsis "Download the entire Wayback Machine archive for a given URL") |