mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
91a66a7e69
commit
19e0d69154
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue