guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: Add python2-keyring.


From: Cyril Roelandt
Subject: 03/03: gnu: Add python2-keyring.
Date: Sun, 20 Sep 2015 02:43:20 +0000

steap pushed a commit to branch master
in repository guix.

commit d7af1069876c66ee697941883c8fb654e642c49f
Author: Cyril Roelandt <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]