guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.


From: Efraim Flashner
Subject: Re: [PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.
Date: Thu, 11 Feb 2016 21:10:25 +0200

On Tue,  9 Feb 2016 03:11:00 -0500
Leo Famulari <address@hidden> wrote:

> * gnu/packages/python.scm (python-jsonschema)[properties]: New field.
> (python2-jsonschema): Use 'strip-python2-variant'.
> ---
>  gnu/packages/python.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 982de40..0a90e48 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -2242,10 +2242,12 @@ version numbers.")
>      (synopsis "Implementation of JSON Schema for Python")
>      (description
>       "Jsonschema is an implementation of JSON Schema for Python.")
> -    (license license:expat)))
> +    (license license:expat)
> +    (properties `((python2-variant . ,(delay python2-jsonschema))))))
>  
>  (define-public python2-jsonschema
> -  (let ((jsonschema (package-with-python2 python-jsonschema)))
> +  (let ((jsonschema (package-with-python2
> +                     (strip-python2-variant python-jsonschema))))
>      (package (inherit jsonschema)
>        (inputs
>         `(("python2-functools32" ,python2-functools32)

I believe in python2-tempest-lib in openstack.scm and in python2-wheel you
can delete the python2-jsonschema specified there.

-- 
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: pgpjrdjkiB9Io.pgp
Description: OpenPGP digital signature


reply via email to

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