From f8278b221ecdb9f23211d40f22b90955bee14ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 12:11:02 +0800 Subject: [PATCH] gnu: python-waybackpack: Fix build. * gnu/packages/python-web.scm (python-waybackpack)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I7f4c51b39a1d7e322245a7d1f69f39e46da88b9f --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 05c96b8acb227a7144946f8885f635809b51c34c..20f7336f6308b2ff4551b31f615e5b3905f915a9 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")