diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:19:20 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:07 +0100 |
commit | ee90937bdf91efcc81d632ac4c52f3936705635b (patch) | |
tree | a317d3691ac853204875776c9df7da2ee4b7aec4 | |
parent | 4d30035bd6d12d8965729cdffcc3585e18f0f1e2 (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 50f32dcdc3..36c86edde4 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -832,7 +832,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/") |