gnu: Remove python2-pycrypto.
* gnu/packages/python-crypto.scm (python2-pycrypto): Delete variable.
This commit is contained in:
parent
a7b67fdb0f
commit
d765683176
1 changed files with 0 additions and 9 deletions
|
@ -299,15 +299,6 @@ (define-public python-pycrypto
|
|||
etc.). The package is structured to make adding new modules easy.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public python2-pycrypto
|
||||
(let ((pycrypto (package-with-python2 python-pycrypto)))
|
||||
(package/inherit pycrypto
|
||||
(inputs
|
||||
`(("python" ,python-2)
|
||||
,@(alist-delete
|
||||
"python"
|
||||
(package-inputs pycrypto)))))))
|
||||
|
||||
(define-public python-kerberos
|
||||
(package
|
||||
(name "python-kerberos")
|
||||
|
|
Loading…
Reference in a new issue