gnu: python-rangehttpserver: Fix build.

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

Change-Id: Ia3eb6fddb829b76cc620ff29fefdc8eb1bbb5b2e
This commit is contained in:
宋文武 2025-01-14 14:50:10 +08:00 committed by Ricardo Wurmus
parent 91a66a7e69
commit 19e0d69154
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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