gnu: Remove python2-m2crypto.

* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:37:51 -04:00
parent 08d11c8aee
commit 56cfb65eb5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")