mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: Remove python2-certifi.
* gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
This commit is contained in:
parent
e38618c50d
commit
bf4cddbf6a
1 changed files with 0 additions and 3 deletions
|
@ -437,9 +437,6 @@ (define-public python-certifi
|
||||||
is used by the Requests library to verify HTTPS requests.")
|
is used by the Requests library to verify HTTPS requests.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-certifi
|
|
||||||
(package-with-python2 python-certifi))
|
|
||||||
|
|
||||||
(define-public python-cryptography-vectors
|
(define-public python-cryptography-vectors
|
||||||
(package
|
(package
|
||||||
(name "python-cryptography-vectors")
|
(name "python-cryptography-vectors")
|
||||||
|
|
Loading…
Reference in a new issue