[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: |
Fri, 22 Nov 2024 06:00:49 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 81589ac9136f334335158f81b2255b721e896433
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
- 104/361: gnu: python-requests: Update to 2.31.0., (continued)
- 104/361: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/22
- 127/361: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/22
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/22
- 217/361: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/22
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/22
- 231/361: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/22
- 235/361: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/22
- 228/361: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/22
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/22
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/22
- 241/361: gnu: python-waitress: Adjust inputs.,
guix-commits <=
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/22
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/22
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/22
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/22
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/22
- 253/361: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/22
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/22
- 267/361: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/22
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/22
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/22