guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] gnu: python2-pytest-runner: Remove duplicate definition.


From: Leo Famulari
Subject: Re: [PATCH 1/5] gnu: python2-pytest-runner: Remove duplicate definition.
Date: Wed, 12 Oct 2016 11:53:21 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Mon, Oct 10, 2016 at 03:09:59PM +0200, Hartmut Goebel wrote:
> * gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove
>   duplicate definition.

LGTM, good catch!

> ---
>  gnu/packages/python.scm | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index a9fd8eb..f1e9264 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1715,9 +1715,6 @@ supports coverage of subprocesses.")
>        (native-inputs `(("python2-setuptools" ,python2-setuptools)
>                         ,@(package-native-inputs base))))))
>  
> -(define-public python2-pytest-runner
> -  (package-with-python2 python-pytest-runner))
> -
>  (define-public python-pytest-mock
>    (package
>      (name "python-pytest-mock")
> -- 
> 2.7.4
> 
> 



reply via email to

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