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 KTVpN20pjF+WWwAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 11:39:25 +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 WO2lMm0pjF/OfQAA1q6Kng (envelope-from ) for ; Sun, 18 Oct 2020 11:39:25 +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 0ABAD9403A6 for ; Sun, 18 Oct 2020 11:39:24 +0000 (UTC) Received: from localhost ([::1]:38916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kU723-0001j4-Ra for larch@yhetil.org; Sun, 18 Oct 2020 07:39:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kU71i-0001hP-T8 for guix-patches@gnu.org; Sun, 18 Oct 2020 07:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kU71i-0000sw-KR for guix-patches@gnu.org; Sun, 18 Oct 2020 07:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kU71i-00073w-I9 for guix-patches@gnu.org; Sun, 18 Oct 2020 07:39:02 -0400 Subject: bug#44017: [PATCH] Fix python2-pandas build failure Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 18 Oct 2020 11:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44017 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Bonface M. K." Cc: 44017-done@debbugs.gnu.org Mail-Followup-To: 44017@debbugs.gnu.org, efraim@flashner.co.il, bonfacemunyoki@gmail.com Received: via spool by 44017-done@debbugs.gnu.org id=D44017.160302114127138 (code D ref 44017); Sun, 18 Oct 2020 11:39:02 +0000 Received: (at 44017-done) by debbugs.gnu.org; 18 Oct 2020 11:39:01 +0000 Received: from localhost ([127.0.0.1]:36349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kU71g-00073e-Md for submit@debbugs.gnu.org; Sun, 18 Oct 2020 07:39:00 -0400 Received: from flashner.co.il ([178.62.234.194]:60542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kU71e-00073Q-W2 for 44017-done@debbugs.gnu.org; Sun, 18 Oct 2020 07:38:59 -0400 Received: from localhost (unknown [141.226.13.8]) by flashner.co.il (Postfix) with ESMTPSA id 4CB4D40281; Sun, 18 Oct 2020 11:38:52 +0000 (UTC) Date: Sun, 18 Oct 2020 14:38:18 +0300 From: Efraim Flashner Message-ID: <20201018113818.GF974@E5400> References: <86blh38m5y.fsf@gmail.com> <867drr8lxu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dWYAkE0V1FpFQHQ3" Content-Disposition: inline In-Reply-To: <867drr8lxu.fsf@gmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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: -2.61 X-TUID: V1jLV5wM4q9a --dWYAkE0V1FpFQHQ3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I pushed the first patch and also modified python-openpyxl so that it knows where to find the special python2 variant. With that we don't need the second patch. Thanks! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --dWYAkE0V1FpFQHQ3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+MKSYACgkQQarn3Mo9 g1Eg4Q//esdSK7lkBLwvd/iLPaKy4KsMfmRemY+W0k+cyB0TPiqmJnKcZt59k1C5 Lnt1EKXOtP5QAAbF7VqwE0ouI2gm2iicOVR8XCDco3PrxNJhd96GY8UaUPSSmT41 H5X4MUuwqwxeubpptKSLT4bRcxz3AybbEne1DTAKdvoW7Ledn5P26IbWbOdn//Fb n6L3m7VfHcQTtR6SqAd0juAt2mm6JxU/jpgiqKvG78ZqQuwQAsDIu5zUPWHfVFro 8MlK7ruutG1hJO8/phC8ghHae4Gtk+gnv80V/YkKacKzN0sXGqRdbi6eZcxKZkwm 4FzauFo29lMZD1Qt8SAetx7gPZCpdKpAEGJGrryxjClfSjb7mTlsOSvWU+VYW5cf wmEq9mUx3yHUvLTl2BBEMp4DfVXvtJ7LIUN6LK2cscFZoZxwco702HlEUZYljYwx OrL69kopAC4LI4lyoKgiaZNcXxYGIVJYmPc0Ct/YXpSonUUDNAteJfn+Q2/+JwyM PFg0z7MK0Y9U3kWSNZ80zVdcjQYuOGqnV5k4UfoTENeSZYA76L3hmhPh9MQMC8Y7 LiXTlxtnwHnGj/aPHtXIhSpSIVAHj09aeJqG9Wyv4UEAJSLnI1oY/aByK3A/ShDx XT1V+gPaYt+bNFgqU7POHELqftl1nMI9kIjUwWiyvhBtz3H754c= =mCWl -----END PGP SIGNATURE----- --dWYAkE0V1FpFQHQ3--