gnu: python-waitress: Adjust inputs.

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

Change-Id: Ifeb7bf263c2eb056f8249d7124ec48717de162f6
This commit is contained in:
Sharlatan Hellseher 2024-11-05 18:52:52 +00:00
parent 149837f060
commit 7b187be9b7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -19975,11 +19975,16 @@ templates into Python modules.")
(arguments
;; https://github.com/Pylons/waitress/issues/443
(list #:test-flags #~(list "-k" "not test_service_port")))
(native-inputs (list python-pytest python-pytest-cov))
(native-inputs
(list python-pytest
python-pytest-cov
python-setuptools
python-wheel))
(home-page "https://github.com/Pylons/waitress")
(synopsis "Waitress WSGI server")
(description "Waitress is meant to be a production-quality pure-Python WSGI
server with very acceptable performance.")
(description
"Waitress is meant to be a production-quality pure-Python WSGI server
with very acceptable performance.")
(license license:zpl2.1)))
(define-public python-whatthepatch