guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: python2-cryptography: Remove 's


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python2-cryptography: Remove 'sanity-check phase.
Date: Wed, 24 Nov 2021 12:26:33 -0500

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

rekado pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 75c6af8  gnu: python2-cryptography: Remove 'sanity-check phase.
75c6af8 is described below

commit 75c6af85c01affbab094e434a55236bc6ee74c41
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 24 18:25:33 2021 +0100

    gnu: python2-cryptography: Remove 'sanity-check phase.
    
    * gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not
    inherit; remove 'sanity-check phase.
---
 gnu/packages/python-crypto.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c0cfc00..74f61fe 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -542,6 +542,13 @@ message digests and key derivation functions.")
   (let ((crypto (package-with-python2
                  (strip-python2-variant python-cryptography))))
     (package/inherit crypto
+      (arguments
+       `(#:python ,python-2
+         #:phases
+         (modify-phases %standard-phases
+           ;; The sanity-check attempts attempts to import the non-existent
+           ;; modules "_openssl" and "_padding".
+           (delete 'sanity-check))))
       (propagated-inputs
        `(("python2-ipaddress" ,python2-ipaddress)
          ("python2-backport-ssl-match-hostname"



reply via email to

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