diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:20:00 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:55 -0400 |
commit | 446e3b0ac0e64a1ee302e2767f61cccf7241d720 (patch) | |
tree | ba86e78ba8dfff00fd94919e130d74d6995895cc /gnu | |
parent | c0587a5a9156c861a512ed224f1eeff26118c32f (diff) |
gnu: Remove python2-axolotl.
* gnu/packages/python-crypto.scm (python2-axolotl): Delete variable.
Diffstat (limited to 'gnu')
-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 502a809d29..089dfdec38 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -756,9 +756,6 @@ is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.") (license license:gpl3))) -(define-public python2-axolotl - (package-with-python2 python-axolotl)) - (define-public python-pyaes (package |