From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C957A034F; Wed, 13 May 2020 14:49:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A88FD1D58A; Wed, 13 May 2020 14:49:01 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3D7E61D588 for ; Wed, 13 May 2020 14:48:59 +0200 (CEST) IronPort-SDR: gRLXWuhKte8FuOqDjbepxMDGaKpwZ0k/UDLmxbpktx8SM41QmujYytMl9npdEfr6nlbgAlBObz GgfMSUSDOzhw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2020 05:48:58 -0700 IronPort-SDR: sgDxAiVeUYJUVl6nYt8pNbkg5Y/C6IQ4Pj36EUFYRXp6bEurqU0L4de8Y17N8eE5fzYQ8X1iSv IT49C3/If2lQ== X-IronPort-AV: E=Sophos;i="5.73,387,1583222400"; d="scan'208";a="437485863" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.0.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 13 May 2020 05:48:57 -0700 Date: Wed, 13 May 2020 13:48:53 +0100 From: Bruce Richardson To: "Burakov, Anatoly" Cc: dev@dpdk.org Message-ID: <20200513124853.GA1982@bricha3-MOBL.ger.corp.intel.com> References: <20200513110249.26667-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, May 13, 2020 at 12:54:21PM +0100, Burakov, Anatoly wrote: > On 13-May-20 12:02 PM, Bruce Richardson wrote: > > The build scripts called from meson all use python3 as meson itself depends > > upon python3. Therefore there is no need for python2 compatibility in these > > script files. > > > > Signed-off-by: Bruce Richardson > > --- > > I think there was a reimplementation of check_output there that isn't > necessary any more either. (and hasn't been for some time...) > Not sure what you are referring to here. Perhaps a different script file?