From 63222dc68412a548a5376261c90b4ecd50158bad Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 4 Apr 2024 20:19:20 +0200 Subject: gnu: python-pynacl: Add missing inputs. * gnu/packages/python-crypto.scm (python-pynacl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia815f1d820ad2e78ff60d8772e189b5d4b4050a2 --- gnu/packages/python-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/") -- cgit v1.2.3