gnu: python2-cryptography: Remove 'sanity-check phase.
* gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase.
This commit is contained in:
parent
d0f6e8ae79
commit
75c6af85c0
1 changed files with 7 additions and 0 deletions
|
@ -542,6 +542,13 @@ (define-public python2-cryptography
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue