diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:38:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:37 -0400 |
commit | 385fa1a3ed155591b07978c577ed55547319ba37 (patch) | |
tree | bdc21bdd3eb7bfe9ee64781bc5cedd8a23d5c3ab /gnu | |
parent | 56cfb65eb5acc3a87236344a24baaaad130e390d (diff) |
gnu: Remove python2-pycryptodome.
* gnu/packages/python-crypto.scm (python2-pycryptodome): 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 3aa7327b0b..502a809d29 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1010,9 +1010,6 @@ PyCryptodome variants, the other being python-pycryptodomex.") (license (list license:bsd-2 license:public-domain)))) ; code inherited from PyCrypto -(define-public python2-pycryptodome - (package-with-python2 python-pycryptodome)) - (define-public python-pycryptodomex (package (inherit python-pycryptodome) (name "python-pycryptodomex") |