mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: python2-keyring: Use python2-pycrypto.
* gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
This commit is contained in:
parent
1c0059da41
commit
44e30a7647
1 changed files with 4 additions and 1 deletions
|
@ -875,7 +875,10 @@ (define-public python-keyring
|
|||
(license x11)))
|
||||
|
||||
(define-public python2-keyring
|
||||
(package-with-python2 python-keyring))
|
||||
(let ((keyring (package-with-python2 python-keyring)))
|
||||
(package (inherit keyring)
|
||||
(inputs
|
||||
`(("python2-pycrypto" ,python2-pycrypto))))))
|
||||
|
||||
(define-public python-six
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue