guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch python-team updated: gnu: python-pynacl: Add missing inputs.


From: guix-commits
Subject: branch python-team updated: gnu: python-pynacl: Add missing inputs.
Date: Thu, 04 Apr 2024 14:19:47 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new 65b25b70b1 gnu: python-pynacl: Add missing inputs.
65b25b70b1 is described below

commit 65b25b70b197d0a74b6d4920747542185ceb78cb
Author: Ricardo Wurmus <rekado@elephly.net>
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 231e9e3d1b..6777e23038 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -801,7 +801,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

[Prev in Thread] Current Thread [Next in Thread]