rekado pushed a commit to branch python-team
in repository guix.

commit 7d11cf28bbc6158b971bedb03fa77e3d7cf41940
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Apr 4 20:19:20 2024 +0200

    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 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/";)

Reply via email to