From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44674) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iskh5-0006my-SU for guix-patches@gnu.org; Sat, 18 Jan 2020 04:47:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iskh4-0000er-8A for guix-patches@gnu.org; Sat, 18 Jan 2020 04:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iskh4-0000ef-4V for guix-patches@gnu.org; Sat, 18 Jan 2020 04:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iskh4-0001i7-3U for guix-patches@gnu.org; Sat, 18 Jan 2020 04:47:02 -0500 Subject: bug#39110: [PATCH 1/2] gnu: Add python-asynctest Resent-To: guix-patches@gnu.org Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20200113092634.18637-1-ldb@leibniz-psychology.org> <20200114105929.GB3886@zpidnp36> Date: Sat, 18 Jan 2020 17:45:43 +0800 In-Reply-To: <20200114105929.GB3886@zpidnp36> (Lars-Dominik Braun's message of "Tue, 14 Jan 2020 11:59:29 +0100") Message-ID: <87iml914jc.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Lars-Dominik Braun Cc: 39110-done@debbugs.gnu.org Lars-Dominik Braun writes: > Hi, > > sorry, this was unintentional. python-asyncssh is added in > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39028, but this one shoul= d be > independent. I=E2=80=99ll rebase on top of master and resend the patch se= ries. Pushed to master now, thank you!