me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-m2crypto.

* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
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
1 changed files with 0 additions and 8 deletions

View File

@ -1087,16 +1087,8 @@ extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing
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")