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
|
;; "MIT" and PSF dual license
|
||||||
(license x11)))
|
(license x11)))
|
||||||
|
|
||||||
|
(define-public python2-keyring
|
||||||
|
(package-with-python2 python-keyring))
|
||||||
|
|
||||||
(define-public python-six
|
(define-public python-six
|
||||||
(package
|
(package
|
||||||
(name "python-six")
|
(name "python-six")
|
||||||
|
|
Loading…
Reference in New Issue