guix-patches
[Top][All Lists]
Advanced

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

[bug#39110] [PATCH 1/2] gnu: Add python-asynctest


From: 宋文武
Subject: [bug#39110] [PATCH 1/2] gnu: Add python-asynctest
Date: Mon, 13 Jan 2020 19:08:41 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Lars-Dominik Braun <address@hidden> writes:

> * gnu/packages/python-xyz.scm (python-asynctest): New variable
> ---
>  gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 9736bfa3fa..21d7b21132 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -17280,3 +17280,36 @@ server implementation of the SSHv2 protocol on top 
> of the Python 3.6+ asyncio
>  framework")
>      (license license:epl2.0)))
>  
> +(define-public python-asynctest
> +  (package
> +    (name "python-asynctest")
> ...

Hello, this patch doesn't apply by "git am" for master, is the previous
package asyncssh?  Then you should send it first, thanks!





reply via email to

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