diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:19:45 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:57 -0400 |
commit | 6efcb2463f3a4efded106b81e4a70efc9e8a958b (patch) | |
tree | c5352419d0327c809f1556f4556b53f571039675 /gnu | |
parent | 5e6cc60122bc482c2e6825ce645238637a41026d (diff) | |
download | guix-6efcb2463f3a4efded106b81e4a70efc9e8a958b.tar.gz guix-6efcb2463f3a4efded106b81e4a70efc9e8a958b.zip |
gnu: Remove python2-cryptography-vectors.
* gnu/packages/python-crypto.scm (python2-cryptography-vectors): 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 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") |