diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2015-09-17 01:41:50 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-09-20 04:42:15 +0200 |
commit | d7af1069876c66ee697941883c8fb654e642c49f (patch) | |
tree | ed457714f188b2b5e52f1aab8126476ed16a4556 /gnu/packages | |
parent | 7261d9eb16737c6cdf68ff4aa144541f752d24d6 (diff) | |
download | guix-d7af1069876c66ee697941883c8fb654e642c49f.tar.gz guix-d7af1069876c66ee697941883c8fb654e642c49f.zip |
gnu: Add python2-keyring.
* gnu/packages/python.scm (python2-keyring): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 0117eb79ef..efda22b982 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") |