gnu: Add python2-keyring.

* gnu/packages/python.scm (python2-keyring): New variable.
This commit is contained in:
Cyril Roelandt 2015-09-17 01:41:50 +02:00
parent 7261d9eb16
commit d7af106987

View file

@ -783,6 +783,9 @@ (define-public python-keyring
;; "MIT" and PSF dual license
(license x11)))
(define-public python2-keyring
(package-with-python2 python-keyring))
(define-public python-six
(package
(name "python-six")