From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47518) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irJva-0007wO-Rr for guix-patches@gnu.org; Tue, 14 Jan 2020 06:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irJvW-0006MC-Vp for guix-patches@gnu.org; Tue, 14 Jan 2020 06:00:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54722) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irJvW-0006Ia-E2 for guix-patches@gnu.org; Tue, 14 Jan 2020 06:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irJvW-00045F-AV for guix-patches@gnu.org; Tue, 14 Jan 2020 06:00:02 -0500 Subject: [bug#39110] [PATCH 1/2] gnu: Add python-asynctest References: <20200113092634.18637-1-ldb@leibniz-psychology.org> In-Reply-To: <20200113092634.18637-1-ldb@leibniz-psychology.org> Resent-Message-ID: Date: Tue, 14 Jan 2020 11:59:29 +0100 From: Lars-Dominik Braun Message-ID: <20200114105929.GB3886@zpidnp36> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: 39110@debbugs.gnu.org Hi, sorry, this was unintentional. python-asyncssh is added in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39028, but this one should be independent. I’ll rebase on top of master and resend the patch series. Lars