gnu: Remove python2-cryptography-vectors.

* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:19:45 -04:00
parent 5e6cc60122
commit 6efcb2463f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -456,9 +456,6 @@ (define-public python-cryptography-vectors
;; 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")