1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-waitress: Reduce closure size.

* gnu/packages/python-web.scm (python-waitress)[native-inputs]: Remove
python-coverage and python-wheel.

Change-Id: Ic6136eb9a44b8ef97bf60796a401921f30bef55d
This commit is contained in:
Sharlatan Hellseher
2025-10-31 14:32:42 +00:00
parent f778992e2a
commit 3be34f2e3c

View File

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