diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:19:20 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:33 +0000 |
| commit | 63222dc68412a548a5376261c90b4ecd50158bad (patch) | |
| tree | 39e5ac2ddec65646760b1f56aaf436cef8353bc8 /gnu/packages | |
| parent | 5b5fb77ff9545ae9bd6dde653fa32b6ac6a38d3b (diff) | |
gnu: python-pynacl: Add missing inputs.
* gnu/packages/python-crypto.scm (python-pynacl)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ia815f1d820ad2e78ff60d8772e189b5d4b4050a2
Diffstat (limited to 'gnu/packages')
| -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/") |
