diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 14:50:10 +0800 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:51 +0100 |
| commit | 19e0d6915487f8dc8d578474e3e00c0569fb43e0 (patch) | |
| tree | 2b1d714043aaaa7d40907e769cd60a4dff5ecd8f /gnu/packages/python-web.scm | |
| parent | 91a66a7e6944bcd5280b974d7b741d3c93a50769 (diff) | |
gnu: python-rangehttpserver: Fix build.
* gnu/packages/python-web.scm (python-rangehttpserver)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ia3eb6fddb829b76cc620ff29fefdc8eb1bbb5b2e
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9c027d7b6ba..7dc130f6a19 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -7773,7 +7773,8 @@ based on filters.") | |||
| 7773 | (sha256 | 7773 | (sha256 |
| 7774 | (base32 "1dx533fsbq1mbz3by7qkm5bh2c253nwvm8214pqbwbfq07kqkwf2")))) | 7774 | (base32 "1dx533fsbq1mbz3by7qkm5bh2c253nwvm8214pqbwbfq07kqkwf2")))) |
| 7775 | (build-system pyproject-build-system) | 7775 | (build-system pyproject-build-system) |
| 7776 | (native-inputs (list python-coverage python-coveralls python-pytest)) | 7776 | (native-inputs (list python-coverage python-coveralls python-pytest |
| 7777 | python-setuptools python-wheel)) | ||
| 7777 | (home-page "https://github.com/danvk/RangeHTTPServer") | 7778 | (home-page "https://github.com/danvk/RangeHTTPServer") |
| 7778 | (synopsis "SimpleHTTPServer with support for range requests") | 7779 | (synopsis "SimpleHTTPServer with support for range requests") |
| 7779 | (description | 7780 | (description |
