gnu: Add python2-keyring.
* gnu/packages/python.scm (python2-keyring): New variable.
This commit is contained in:
parent
7261d9eb16
commit
d7af106987
|
@ -783,6 +783,9 @@ password storage.")
|
|||
;; "MIT" and PSF dual license
|
||||
(license x11)))
|
||||
|
||||
(define-public python2-keyring
|
||||
(package-with-python2 python-keyring))
|
||||
|
||||
(define-public python-six
|
||||
(package
|
||||
(name "python-six")
|
||||
|
|
Loading…
Reference in New Issue