summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 03:07:18 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:54 -0400
commitbf4cddbf6abd6f13c7dbfd89f8509f24ae2f8cae (patch)
treeaa5b7740d197e3d95afcb4e8be8c9e2f371b4fb7 /gnu/packages/python-crypto.scm
parente38618c50de8b1a8c6bcf606e09435429b49601d (diff)
downloadguix-patches-bf4cddbf6abd6f13c7dbfd89f8509f24ae2f8cae.tar
guix-patches-bf4cddbf6abd6f13c7dbfd89f8509f24ae2f8cae.tar.gz
gnu: Remove python2-certifi.
* gnu/packages/python-crypto.scm (python2-certifi): 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 a270d0f78f..5938ff7e03 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -437,9 +437,6 @@ for example, for recording or replaying web content.")
is used by the Requests library to verify HTTPS requests.")
(license license:asl2.0)))
-(define-public python2-certifi
- (package-with-python2 python-certifi))
-
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")