On Tue, Feb 09, 2016 at 03:11:02AM -0500, Leo Famulari wrote:
> * gnu/packages/python.scm (python-requests)[properties]: New field.
> (python2-requests): Use 'strip-python2-variant'.

I see that this commit message is wrong. I mindlessly repeated previous
one.

> ---
>  gnu/packages/python.scm | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 4d6b1f7..a107d65 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -2190,12 +2190,7 @@ than Python’s urllib2 library.")
>                 "0gdr9dxm24amxpbyqpbh3lbwxc2i42hnqv50sigx568qssv3v2ir"))))))
>  
>  (define-public python2-requests
> -  (let ((requests (package-with-python2 python-requests)))
> -    (package (inherit requests)
> -      (propagated-inputs
> -       `(("python2-wheel" ,python2-wheel)
> -         ,@(alist-delete "python-wheel"
> -                         (package-propagated-inputs requests)))))))
> +  (package-with-python2 python-requests))
>  
>  (define-public python-vcversioner
>    (package
> -- 
> 2.6.3
> 
> 

Reply via email to