mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
149837f060
commit
7b187be9b7
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue