gnu: python-waybackpack: Fix build.

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

Change-Id: I7f4c51b39a1d7e322245a7d1f69f39e46da88b9f
This commit is contained in:
宋文武 2025-01-14 12:11:02 +08:00 committed by Ricardo Wurmus
parent 94d1c82346
commit f8278b221e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10345,7 +10345,7 @@ hardware on Grid'5000 or via OpenStack, to Vagrant, Chameleon, and more.")
(arguments (arguments
(list #:tests? #f)) ; would require network (and SSL certificates) (list #:tests? #f)) ; would require network (and SSL certificates)
(propagated-inputs (list python-requests)) (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") (home-page "https://github.com/jsvine/waybackpack")
(synopsis (synopsis
"Download the entire Wayback Machine archive for a given URL") "Download the entire Wayback Machine archive for a given URL")