diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:20:20 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:55 -0400 |
commit | 000663e05fad86ef4c94c7434d5e438ea3e05c0d (patch) | |
tree | 9a46b965b5dd7aa6ba928bda5c089a7cda525a34 /gnu/packages | |
parent | 7e27e99ea8a7b402591d741c430fdfc342eddef6 (diff) |
gnu: Remove python2-ecdsa.
* gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 1eea11da98..a270d0f78f 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -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 |