steap pushed a commit to branch master
in repository guix.
commit d7af1069876c66ee697941883c8fb654e642c49f
Author: Cyril Roelandt <[email protected]>
Date: Thu Sep 17 01:41:50 2015 +0200
gnu: Add python2-keyring.
* gnu/packages/python.scm (python2-keyring): New variable.
---
gnu/packages/python.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0117eb7..efda22b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")