mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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
This commit is contained in:
parent
497c2d5a08
commit
698374fef7
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ (define-public python-devpi-process
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue