From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A4C75C433EF for ; Wed, 9 Mar 2022 12:13:18 +0000 (UTC) Received: from localhost ([::1]:45950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nRvBt-0002Vr-8s for qemu-devel@archiver.kernel.org; Wed, 09 Mar 2022 07:13:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRv9Y-0001CR-MI for qemu-devel@nongnu.org; Wed, 09 Mar 2022 07:10:52 -0500 Received: from [2a00:1450:4864:20::634] (port=39720 helo=mail-ej1-x634.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nRv9X-0007zB-2q for qemu-devel@nongnu.org; Wed, 09 Mar 2022 07:10:52 -0500 Received: by mail-ej1-x634.google.com with SMTP id dr20so4488169ejc.6 for ; Wed, 09 Mar 2022 04:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=references:user-agent:from:to:cc:subject:date:in-reply-to :message-id:mime-version:content-transfer-encoding; bh=KiK+pXRjvT99pa3j2wZGfRqB404LEiiIXMdE4FysbUs=; b=twlFQBobnLi/26NkwpGY0lHqvQze88PY/lCrH59xY0fH59RGeF7e+sOg6zMRmDcV63 xzB9e9NhZSREiAd/4CMHGRb38KagxPaWWb+hmoieTHHYHfX44kX0ChApuw1j4+KZjEoF V8F2ULZRQyWZBpYnaXExvJy32o68xcU9m8Oau5B9a77qWWM5oTEgXrmNsznuPCzGV4MF e2E6Ort/HRMCZzKXf0acm7XpRRKfvRYLxLec6U8gEmmQNyXSEoHP16e6f72n1iRVr49y a1PTdMIYDkC6ylAAZY0bEIodNyWogzzqoajNxgG9Q5bAR9xHpHMW90wyM5osHjV/D0cS OZ/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:references:user-agent:from:to:cc:subject:date :in-reply-to:message-id:mime-version:content-transfer-encoding; bh=KiK+pXRjvT99pa3j2wZGfRqB404LEiiIXMdE4FysbUs=; b=hhyh0mT2fVQKXuvD7CSQfCp0mk89SGhPc3JvA1iZwmOUlBt/Oy9bshNCW8mYOxAWvu NnaOG4NtMjUPGKVqPusz64PHEBFMcqYvg+zp73q3liscSkyVmFjEPlaA5dEdexD/C7wb AwatUD00mr9mTJgNEFSHvTeM27h8QNFY7etyJnrGVBu1mt3nADRr0lbT4Am0tWTMsjbc 9lfF4Ko238HLb7oAT70xHVbNlcaqn3fVSdGIjNOgtOQo4iZ1StG1Bsqj94Ry/gYC03tC lhkwh4ycwRcmHsGGtZRnNALFMieU7V8qya0XoapHZU2tNHOG0CEfCmNKmSpghOOl898l Ye+g== X-Gm-Message-State: AOAM531zF9fGq3lraL8+h2RLtCL/nvdBaiFEsd720BVjIgp8dZWMeeem 9rqLsKlSmPNcJmAQVA9c5f6VCA== X-Google-Smtp-Source: ABdhPJyPxyrtUFs+/HYUjjpjUjESbpE1HdFKGFOG7lcvr+8DZs/1BvS8rOKFiEC+sZZViyH9/C3j8w== X-Received: by 2002:a17:907:7e8f:b0:6da:6352:a7be with SMTP id qb15-20020a1709077e8f00b006da6352a7bemr16942745ejc.612.1646827849546; Wed, 09 Mar 2022 04:10:49 -0800 (PST) Received: from zen.linaroharston ([51.148.130.216]) by smtp.gmail.com with ESMTPSA id g16-20020a170906521000b006d58773e992sm660074ejm.188.2022.03.09.04.10.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Mar 2022 04:10:48 -0800 (PST) Received: from zen (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id F2E1A1FFB7; Wed, 9 Mar 2022 12:10:47 +0000 (GMT) References: <20220308145521.3106395-1-kraxel@redhat.com> <20220308145521.3106395-10-kraxel@redhat.com> User-agent: mu4e 1.7.9; emacs 28.0.91 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Gerd Hoffmann Subject: Re: [PATCH 09/11] edk2/docker: install python3 Date: Wed, 09 Mar 2022 12:10:43 +0000 In-reply-to: <20220308145521.3106395-10-kraxel@redhat.com> Message-ID: <87ilsn5nso.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::634 (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::634; envelope-from=alex.bennee@linaro.org; helo=mail-ej1-x634.google.com X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_HP_HELO_NORDNS=0.659, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Huth , Beraldo Leal , "Michael S. Tsirkin" , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Wainer dos Santos Moschetta , qemu-devel@nongnu.org, Ani Sinha , Igor Mammedov Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Gerd Hoffmann writes: > python2 is not supported any more, > so go install python3 instead. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Alex Benn=C3=A9e --=20 Alex Benn=C3=A9e