me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-ecdsa.

* gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable.
Maxim Cournoyer 2022-04-29 21:20:20 -04:00
parent 7e27e99ea8
commit 000663e05f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -261,9 +261,6 @@ messages, and verify the signatures. The keys and signatures are very short,
making them easy to handle and incorporate into other protocols.")
(license license:expat)))
(define-public python2-ecdsa
(package-with-python2 python-ecdsa))
;;; Pycrypto is abandoned upstream:
;;;
;;; https://github.com/dlitz/pycrypto/issues/173