guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/5] gnu: Add python2-keyring.


From: Ricardo Wurmus
Subject: Re: [PATCH 5/5] gnu: Add python2-keyring.
Date: Thu, 17 Sep 2015 17:26:02 +0200

Cyril Roelandt <address@hidden> writes:

> * gnu/packages/python.scm (python2-keyring): New variable.
> ---
>  gnu/packages/python.scm | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index cecd750..3438f20 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")

Looks good to me!  (What a cute little patch!)

~~ Ricardo



reply via email to

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