aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-09-03 11:03:33 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-09-03 11:05:34 -0400
commit9e22a81703ff6da28a481fc12df658f0121ddca0 (patch)
tree493acfe0f787d3069944d408ceee14d076bfec98
parent386a1c77aff0fe8e298feac5187553c20e47d56e (diff)
downloadguix-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.scm3
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