mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Remove python2-pycryptodome.
* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
This commit is contained in:
parent
56cfb65eb5
commit
385fa1a3ed
1 changed files with 0 additions and 3 deletions
|
@ -1010,9 +1010,6 @@ (define-public python-pycryptodome
|
|||
(license (list license:bsd-2
|
||||
license:public-domain)))) ; code inherited from PyCrypto
|
||||
|
||||
(define-public python2-pycryptodome
|
||||
(package-with-python2 python-pycryptodome))
|
||||
|
||||
(define-public python-pycryptodomex
|
||||
(package (inherit python-pycryptodome)
|
||||
(name "python-pycryptodomex")
|
||||
|
|
Loading…
Reference in a new issue