gnu: Remove python2-m2crypto.
* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
This commit is contained in:
parent
08d11c8aee
commit
56cfb65eb5
1 changed files with 0 additions and 8 deletions
|
@ -1087,16 +1087,8 @@ (define-public python-m2crypto
|
|||
AuthCookies for web session management; FTP/TLS client and server; S/MIME;
|
||||
M2Crypto can also be used to provide TLS for Twisted. Smartcards supported
|
||||
through the Engine interface.")
|
||||
(properties `((python2-variant . ,(delay python2-m2crypto))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-m2crypto
|
||||
(let ((m2crypto (package-with-python2
|
||||
(strip-python2-variant python-m2crypto))))
|
||||
(package/inherit m2crypto
|
||||
(propagated-inputs
|
||||
`(("python2-typing" ,python2-typing))))))
|
||||
|
||||
(define-public python-pykeepass
|
||||
(package
|
||||
(name "python-pykeepass")
|
||||
|
|
Loading…
Reference in a new issue