summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:38:12 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:37 -0400
commit385fa1a3ed155591b07978c577ed55547319ba37 (patch)
treebdc21bdd3eb7bfe9ee64781bc5cedd8a23d5c3ab /gnu/packages/python-crypto.scm
parent56cfb65eb5acc3a87236344a24baaaad130e390d (diff)
downloadguix-patches-385fa1a3ed155591b07978c577ed55547319ba37.tar
guix-patches-385fa1a3ed155591b07978c577ed55547319ba37.tar.gz
gnu: Remove python2-pycryptodome.
* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm3
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")