~ruther/guix-local

19e0d6915487f8dc8d578474e3e00c0569fb43e0 — 宋文武 1 year, 3 months ago 91a66a7
gnu: python-rangehttpserver: Fix build.

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

Change-Id: Ia3eb6fddb829b76cc620ff29fefdc8eb1bbb5b2e
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -1
@@ 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