gnu: python2-keyring: Use python2-pycrypto.

* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
This commit is contained in:
Efraim Flashner 2015-11-30 20:04:57 +02:00
parent 1c0059da41
commit 44e30a7647

View file

@ -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