guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] gnu: Add python2-enum34.


From: Efraim Flashner
Subject: Re: [PATCH 2/4] gnu: Add python2-enum34.
Date: Thu, 18 Feb 2016 10:03:52 +0200

On Sun, 14 Feb 2016 20:44:50 -0500
Leo Famulari <address@hidden> wrote:

> * gnu/packages/python.scm (python2-enum34): New variable.
> (python2-cryptography)[propagated-inputs]: Add python2-enum34.
> (python-cryptography)[propagated-inputs]: Remove python-enum34.
> ---
>  gnu/packages/python.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 3e712fc..6e1c716 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1335,6 +1335,9 @@ bug tracker.")
>  backported for previous versions of Python from 2.4 to 3.3.")
>      (license bsd-3)))
>  
> +(define-public python2-enum34
> +  (package-with-python2 python-enum34))
> +
>  (define-public python-parse-type
>    (package
>      (name "python-parse-type")
> @@ -5792,7 +5795,6 @@ responses, rather than doing any computation.")
>       `(("python-cffi" ,python-cffi)
>         ("python-six" ,python-six)
>         ("python-pyasn1" ,python-pyasn1)
> -       ("python-enum34" ,python-enum34)
>         ("python-idna" ,python-idna)
>         ("python-iso8601" ,python-iso8601)))
>      (native-inputs
> @@ -5823,6 +5825,7 @@ message digests and key derivation functions.")
>         `(("python2-ipaddress" ,python2-ipaddress)
>           ("python2-backport-ssl-match-hostname"
>            ,python2-backport-ssl-match-hostname)
> +         ("python2-enum34" ,python2-enum34)
>           ,@(package-propagated-inputs crypto))))))
>  
>  (define-public python-pyopenssl

I'd move the cryptography change to the next patch, it seems more in line

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgpCogxJ4N51j.pgp
Description: OpenPGP digital signature


reply via email to

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