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 46AC8A04A2; Thu, 14 May 2020 15:15:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F33C1D6AC; Thu, 14 May 2020 15:15:17 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 50B421D6A5 for ; Thu, 14 May 2020 15:15:15 +0200 (CEST) IronPort-SDR: wCgpepkiHLLJHHFEgXgwK/nLbicr3gMSXCpHWMysehgmBB2Qa8bbQTXpUAGaw+uPvG1l1NvD47 34Enp5EXkIYA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 May 2020 06:15:14 -0700 IronPort-SDR: eIbRZHD74Fsn4rGqPfg2bqKRjvk5rQrM/CsMJ4FL8d19lpAPwON4DKoOQcmQoIRg8PLERLbd/Y 7Htl9F2DqJyw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,391,1583222400"; d="scan'208";a="464526395" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.212.98.169]) ([10.212.98.169]) by fmsmga006.fm.intel.com with ESMTP; 14 May 2020 06:15:13 -0700 To: Bruce Richardson Cc: dev@dpdk.org References: <20200513110249.26667-1-bruce.richardson@intel.com> <20200513124853.GA1982@bricha3-MOBL.ger.corp.intel.com> From: "Burakov, Anatoly" Message-ID: <8c62976d-3561-8b09-3eac-83ff7175f9f1@intel.com> Date: Thu, 14 May 2020 14:15:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200513124853.GA1982@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 13-May-20 1:48 PM, Bruce Richardson wrote: > 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? > Oh, sorry, yes. I slightly misread the patch description :) -- Thanks, Anatoly