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
|
@ -875,7 +875,10 @@ password storage.")
|
|||
(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 New Issue