guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

241/361: gnu: python-waitress: Adjust inputs.


From: guix-commits
Subject: 241/361: gnu: python-waitress: Adjust inputs.
Date: Thu, 21 Nov 2024 06:29:26 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit efbad93b15f4e73fc3854a9ec85e68d37083466e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 18:52:52 2024 +0000

    gnu: python-waitress: Adjust inputs.
    
    * gnu/packages/python-xyz.scm (python-waitress) [native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Ifeb7bf263c2eb056f8249d7124ec48717de162f6
---
 gnu/packages/python-xyz.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f80ee81dd4..4af6e9fc19 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19886,11 +19886,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]