[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/45: gnu: python-devpi-process: Add missing input.
From: |
guix-commits |
Subject: |
42/45: gnu: python-devpi-process: Add missing input. |
Date: |
Tue, 17 Dec 2024 11:50:40 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 70808cb0a695133136a0b42779cc0442f5401162
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 13:36:06 2024 +0100
gnu: python-devpi-process: Add missing input.
* gnu/packages/python-web.scm (python-devpi-process)[native-inputs]: Add
nss-certs-for-test.
Change-Id: Ia3ee82b6ba7c7e1832e41a3520056f740a09d6e6
---
gnu/packages/python-web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 648a1e9d43..0453ec9efc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -258,7 +258,8 @@ indexes.")
(propagated-inputs (list python-devpi-client python-devpi-server
python-typing-extensions))
(native-inputs
- (list python-covdefaults
+ (list nss-certs-for-test
+ python-covdefaults
python-hatchling
python-hatch-vcs
python-httpx
- branch python-team created (now 6d218af734), guix-commits, 2024/12/17
- 01/45: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/17
- 02/45: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/17
- 09/45: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/17
- 17/45: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/17
- 12/45: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/17
- 15/45: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/17
- 31/45: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/17
- 39/45: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/17
- 41/45: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/17
- 42/45: gnu: python-devpi-process: Add missing input.,
guix-commits <=
- 05/45: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/17
- 10/45: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/17
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/17
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17