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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 C4004C433EF for ; Wed, 29 Dec 2021 09:08:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 745284089F; Wed, 29 Dec 2021 09:08:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id domw7_T72OsW; Wed, 29 Dec 2021 09:08:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id D20BB40897; Wed, 29 Dec 2021 09:08:19 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 7E5591BF4E7 for ; Wed, 29 Dec 2021 09:08:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 6DDC460B78 for ; Wed, 29 Dec 2021 09:08:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q1qYYW9OYo34 for ; Wed, 29 Dec 2021 09:08:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp3.osuosl.org (Postfix) with ESMTPS id 4B3A860B60 for ; Wed, 29 Dec 2021 09:08:13 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 5A1A1E0005; Wed, 29 Dec 2021 09:08:10 +0000 (UTC) Date: Wed, 29 Dec 2021 10:08:09 +0100 From: Thomas Petazzoni To: "Arnout Vandecappelle (Essensium/Mind)" Message-ID: <20211229100809.66156ae2@windsurf> In-Reply-To: <20210922194446.925494-1-arnout@mind.be> References: <20210922194446.925494-1-arnout@mind.be> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH] utils/diffconfig: use python3 explicitly X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcus Folkesson , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Wed, 22 Sep 2021 21:44:46 +0200 "Arnout Vandecappelle (Essensium/Mind)" wrote: > Python 2 is EOL sice 2020 [1], it's still available on distros, but may > not be installed by default (as being replaced by python3). A > compatibility symlink python -> python3 may not be installed either. > > Convert the shebang line to the usual /usr/bin/env based line. > > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) > --- > utils/diffconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot