summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 14:32:42 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:40 +0000
commit3be34f2e3c41e0c707cf540d9389dadc07e484ff (patch)
tree6094765872fd051369fabc58181a7661d86dfd11 /gnu
parentf778992e2a5f928135aea37859b2250bd1fd7712 (diff)
gnu: python-waitress: Reduce closure size.
* gnu/packages/python-web.scm (python-waitress)[native-inputs]: Remove python-coverage and python-wheel. Change-Id: Ic6136eb9a44b8ef97bf60796a401921f30bef55d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a3c064421d2..9b5aba98495 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4511,8 +4511,9 @@ desired
;; https://github.com/Pylons/waitress/issues/443
(list #:test-flags #~(list "-k" "not test_service_port")))
(native-inputs
- (list python-coverage python-pytest python-pytest-cov
- python-setuptools python-wheel))
+ (list python-pytest
+ python-pytest-cov
+ python-setuptools))
(home-page "https://github.com/Pylons/waitress")
(synopsis "Waitress WSGI server")
(description