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 | |
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
-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 99c7eb5881..5624224357 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.") (lambda _ (setenv "SODIUM_INSTALL" "system")))))) (native-inputs - (list python-hypothesis python-pytest)) + (list python-hypothesis python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-cffi python-six libsodium)) (home-page "https://github.com/pyca/pynacl/") |