diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-17 13:36:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:23 +0100 |
commit | 282b9d313ca308cae2d5d23c88b4aa5b23264802 (patch) | |
tree | 853c52b61830aa9bee050c92ae526c4f1c5dc515 /gnu | |
parent | 86becf501ba6764c807ea45f9a9ef57bf5d6723c (diff) | |
download | guix-282b9d313ca308cae2d5d23c88b4aa5b23264802.tar.gz guix-282b9d313ca308cae2d5d23c88b4aa5b23264802.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ace0ed2b80..4e1e03dded 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 |