From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 15A90A0547; Fri, 12 Feb 2021 16:06:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97B8E22A2A1; Fri, 12 Feb 2021 16:06:03 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 2697E22A29E for ; Fri, 12 Feb 2021 16:06:00 +0100 (CET) IronPort-SDR: LBvLyhYjNwCRgKULkt5Vwo3t/tX6u7xmpyXKU8LHV1Ib1QQzoin4PoNuFrToGbW8OC4TunwZqW iOd4n5CcwkrA== X-IronPort-AV: E=McAfee;i="6000,8403,9892"; a="169555025" X-IronPort-AV: E=Sophos;i="5.81,174,1610438400"; d="scan'208";a="169555025" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2021 07:05:58 -0800 IronPort-SDR: 5RRE78RZN15mWK0Tc08plXPLP/3Auulsg57Qr5hFIBaCZrjck0vGiBFdNMAGBAmqqyHsv25nhW j74qHTBUnQTQ== X-IronPort-AV: E=Sophos;i="5.81,174,1610438400"; d="scan'208";a="437611896" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.22.2]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Feb 2021 07:05:54 -0800 Date: Fri, 12 Feb 2021 15:05:50 +0000 From: Bruce Richardson To: Kevin Traynor Cc: dev@dpdk.org, john.mcnamara@intel.com, bluca@debian.org, thomas@monjalon.net, dmitry.kozliuk@gmail.com Message-ID: <20210212150550.GD970@bricha3-MOBL.ger.corp.intel.com> References: <20210212144628.2065224-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210212144628.2065224-1-ktraynor@redhat.com> Subject: Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Feb 12, 2021 at 02:46:28PM +0000, Kevin Traynor wrote: > python-pyelftools is not packaged for RHEL/CentOS with > the exception of RHEL7 EPEL. > > Add command to install it with pip. > > Fixes: f0f93a7adfee ("buildtools: use Python pmdinfogen") > > Signed-off-by: Kevin Traynor > --- > doc/guides/linux_gsg/sys_reqs.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst > index 4a401210d..d7ea8520e 100644 > --- a/doc/guides/linux_gsg/sys_reqs.rst > +++ b/doc/guides/linux_gsg/sys_reqs.rst > @@ -55,5 +55,7 @@ Compilation of the DPDK > * ``pyelftools`` (version 0.22+) > > - * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools`` > + * For Fedora systems it can be installed using ``dnf install python-pyelftools`` > + > + * For RHEL/CentOS systems it can be installed using ``pip3 install pyelftools`` > > * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools`` > -- Acked-by: Bruce Richardson