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

commit f7b14779985f469b16e60ebc2b7430dd6cd08444
Author: Ricardo Wurmus <[email protected]>
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 d64e6f088b..7d4640452a 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

Reply via email to