mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: Remove python2-ed25519.
* gnu/packages/python-crypto.scm (python2-ed25519): Delete variable.
This commit is contained in:
parent
8ec7e1de69
commit
a7b67fdb0f
1 changed files with 0 additions and 3 deletions
|
@ -714,9 +714,6 @@ (define-public python-ed25519
|
|||
(description "Ed25519 public-key signatures")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-ed25519
|
||||
(package-with-python2 python-ed25519))
|
||||
|
||||
(define-public python-axolotl-curve25519
|
||||
(package
|
||||
(name "python-axolotl-curve25519")
|
||||
|
|
Loading…
Reference in a new issue