diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:19:20 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:19:49 +0200 |
commit | bbf4c478b466e1e9ad65deb20737d40ee87b5fac (patch) | |
tree | 1eff43cead65b20b5b2ee9374c7df607f7da27e6 | |
parent | 6e04baef9a4230fddcbed2f35df2fa06f6719362 (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 1b14b8bc87..43cab0fe3c 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -837,7 +837,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/") |