summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 03:19:45 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:57 -0400
commit6efcb2463f3a4efded106b81e4a70efc9e8a958b (patch)
treec5352419d0327c809f1556f4556b53f571039675
parent5e6cc60122bc482c2e6825ce645238637a41026d (diff)
downloadguix-patches-6efcb2463f3a4efded106b81e4a70efc9e8a958b.tar
guix-patches-6efcb2463f3a4efded106b81e4a70efc9e8a958b.tar.gz
gnu: Remove python2-cryptography-vectors.
* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
-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 c91a247c09..18b55ba403 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -456,9 +456,6 @@ is used by the Requests library to verify HTTPS requests.")
;; Distributed under either BSD-3 or ASL2.0
(license (list license:bsd-3 license:asl2.0))))
-(define-public python2-cryptography-vectors
- (package-with-python2 python-cryptography-vectors))
-
(define-public python-cryptography
(package
(name "python-cryptography")