diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 99c7eb58814..56242243579 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -853,7 +853,7 @@ PKCS#12, PKCS#5, X.509 and TSP.") | |||
| 853 | (lambda _ | 853 | (lambda _ |
| 854 | (setenv "SODIUM_INSTALL" "system")))))) | 854 | (setenv "SODIUM_INSTALL" "system")))))) |
| 855 | (native-inputs | 855 | (native-inputs |
| 856 | (list python-hypothesis python-pytest)) | 856 | (list python-hypothesis python-pytest python-setuptools python-wheel)) |
| 857 | (propagated-inputs | 857 | (propagated-inputs |
| 858 | (list python-cffi python-six libsodium)) | 858 | (list python-cffi python-six libsodium)) |
| 859 | (home-page "https://github.com/pyca/pynacl/") | 859 | (home-page "https://github.com/pyca/pynacl/") |
