From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1mGPiX-0003uU-Oc for mharc-grub-devel@gnu.org; Wed, 18 Aug 2021 13:51:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38996) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGPiW-0003rZ-Is for grub-devel@gnu.org; Wed, 18 Aug 2021 13:51:08 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:50560) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mGPiS-0005G1-6K for grub-devel@gnu.org; Wed, 18 Aug 2021 13:51:08 -0400 Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7FAC422024; Wed, 18 Aug 2021 17:51:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1629309062; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VEPJNsAHzD9hInvLpNeu79yM5ajU9Lkwli2ezPRztxk=; b=lKImmSZi17L1SoaHI8rEl/dEASJjKXo7Desq9SS6UWLgVRGv9LZwQF5dSmlpYAardRyNLe 5Wn7cKv/OVZFl9GY3hY47YxGWLa8ePVH4tCzsQ+JwmoCiZ+j5wHDeJPRXHVYfxQ+jfZ2zX F7qxk2s9ciHWiLjHBtgPaLtF8cafaUg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1629309062; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VEPJNsAHzD9hInvLpNeu79yM5ajU9Lkwli2ezPRztxk=; b=dj/CB2woN0gMTaFfP+bLycXX2CRPaI7XmJug/kbZLv4sHwa+G61oP5JURkA9HodnnG/bx6 /Eg4onQn/EfCQ6Dw== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 407F91371C; Wed, 18 Aug 2021 17:51:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id +wgzDYZIHWGyIAAAGKfGzw (envelope-from ); Wed, 18 Aug 2021 17:51:02 +0000 Date: Wed, 18 Aug 2021 19:51:00 +0200 From: Petr Vorel To: Dimitri John Ledkov Cc: The development of GNU GRUB , Daniel Kiper Subject: Re: [PATCH 2/2] autogen.sh: Detect python Message-ID: Reply-To: Petr Vorel References: <20210806064508.4489-1-pvorel@suse.cz> <20210806064508.4489-2-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=195.135.220.28; envelope-from=pvorel@suse.cz; helo=smtp-out1.suse.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 17:51:08 -0000 Hi, > Personally I would just change it to "set PYTHON to python3 if not set" and > that's it. Why bothering user to set environment variable when autodetection is possible? > Python2 is irrelevant. Fair enough for me to drop python 2 from autodetection. There probably aren't many people who would like to use new grub in old distros. But again, when the support is there, why to drop it? Kind regards, Petr