diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 |