From 19e0d6915487f8dc8d578474e3e00c0569fb43e0 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 14:50:10 +0800 Subject: [PATCH] gnu: python-rangehttpserver: Fix build. * gnu/packages/python-web.scm (python-rangehttpserver)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia3eb6fddb829b76cc620ff29fefdc8eb1bbb5b2e --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9c027d7b6ba41a8847cf767c94e2a52709886fdc..7dc130f6a19c54091aba0001b0c27e8ef920be54 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7773,7 +7773,8 @@ based on filters.") (sha256 (base32 "1dx533fsbq1mbz3by7qkm5bh2c253nwvm8214pqbwbfq07kqkwf2")))) (build-system pyproject-build-system) - (native-inputs (list python-coverage python-coveralls python-pytest)) + (native-inputs (list python-coverage python-coveralls python-pytest + python-setuptools python-wheel)) (home-page "https://github.com/danvk/RangeHTTPServer") (synopsis "SimpleHTTPServer with support for range requests") (description