diff options
Diffstat (limited to 'gnu/packages')
-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 8db513fb5a..e02c0d8729 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6680,7 +6680,8 @@ Some things HTTP Core does do: ;; 'function' object has no attribute 'name'". " and not test_main")))) (native-inputs - (list python-cryptography + (list nss-certs-for-test + python-cryptography python-hatchling python-hatch-fancy-pypi-readme python-pytest |