diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-09-03 11:03:33 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-03 11:05:34 -0400 |
commit | 9e22a81703ff6da28a481fc12df658f0121ddca0 (patch) | |
tree | 493acfe0f787d3069944d408ceee14d076bfec98 | |
parent | 386a1c77aff0fe8e298feac5187553c20e47d56e (diff) | |
download | guix-9e22a81703ff6da28a481fc12df658f0121ddca0.tar.gz guix-9e22a81703ff6da28a481fc12df658f0121ddca0.zip |
gnu: python-google-auth: Fix tests.
* gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add
nss-certs-for-test.
Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa
-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 1ca13c9bf9..05e71fee3e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8190,7 +8190,8 @@ of the CRC32C hashing algorithm.") python-rsa python-six)) (native-inputs - (list python-flask + (list nss-certs-for-test + python-flask python-freezegun python-mock python-oauth2client |