gnu: Remove python2-certifi.

* gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:07:18 -04:00
parent e38618c50d
commit bf4cddbf6a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -437,9 +437,6 @@ (define-public python-certifi
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")