From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8OdFKGlf0l7wfgAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 13:28:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id BTwPJGlf0l5zUQAA1q6Kng (envelope-from ) for ; Sat, 30 May 2020 13:28:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 66C659404CB for ; Sat, 30 May 2020 13:28:08 +0000 (UTC) Received: from localhost ([::1]:49770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf1Wx-0002uR-2e for larch@yhetil.org; Sat, 30 May 2020 09:28:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf1Ws-0002uK-0M for guix-patches@gnu.org; Sat, 30 May 2020 09:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45629) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf1Wr-0006w6-MB for guix-patches@gnu.org; Sat, 30 May 2020 09:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf1Wr-0001L0-Im for guix-patches@gnu.org; Sat, 30 May 2020 09:28:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41395] [PATCH 2/3] gnu: Remove python-prompt-toolkit-1 Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 May 2020 13:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41395 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Edouard Klein , 41395@debbugs.gnu.org Received: via spool by 41395-submit@debbugs.gnu.org id=B41395.15908452625117 (code B ref 41395); Sat, 30 May 2020 13:28:01 +0000 Received: (at 41395) by debbugs.gnu.org; 30 May 2020 13:27:42 +0000 Received: from localhost ([127.0.0.1]:57175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf1WY-0001KS-8z for submit@debbugs.gnu.org; Sat, 30 May 2020 09:27:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf1WW-0001KF-W4 for 41395@debbugs.gnu.org; Sat, 30 May 2020 09:27:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34745) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf1WR-0006qJ-EN; Sat, 30 May 2020 09:27:35 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:40958 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf1WQ-0007YO-DK; Sat, 30 May 2020 09:27:34 -0400 From: Marius Bakke In-Reply-To: <875zciyfry.fsf@alice.lan> References: <87v9ksckt3.fsf@alice.lan> <87k10yylc4.fsf@alice.lan> <875zciyfry.fsf@alice.lan> Date: Sat, 30 May 2020 15:27:32 +0200 Message-ID: <87367h1rjv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: J2Yy51TI3HP0 --=-=-= Content-Type: text/plain Edouard Klein writes: > Please disregard this patch, as it turns out that > python2-jupyter-console and python2-ipython still depend on > python2-prompt-toolkit-1. > > My apologies for this mistake (and many thanks to Tobias for figuring it > out). Oh, I should learn to read the entire patch series instead of applying them one-by-one... :-P --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SX0QACgkQoqBt8qM6 VPouuQf+KHY3BzbINM4j/qPdLraDOmyM2RXS/WcK26NdMGANByhHTOYrYb2WIDnR 6/D8fdB5QAcmkRbtONowAmz+uR3JCKVJkoTTsNVkzRlH8YK9EdEbmhODcenca2EX iRhsPTBFvbabIc9tPzHAkR+bX92hbQBIQxYFuru9QUAo7OWfLv35HH2lFfI2GG/N wmaKF/RUjCqDLcyULrTRl20sPfXWCGjD/0FrerpZO0muvULIvQCOEjPijnB7Aq16 TbffTJLXq5MlQQKPj6QDHjBMdp9nGSpeqvtfE0L/0laPiuhk+IFQh1KYiqUMCxsx fUhajFdibYwjk941LGF/A1C/PqaElQ== =+dQg -----END PGP SIGNATURE----- --=-=-=--