Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install

2021-02-14 Thread Thomas Monjalon
12/02/2021 16:05, Bruce Richardson: > On Fri, Feb 12, 2021 at 02:46:28PM +, 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 pmdinfo

Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install

2021-02-12 Thread Bruce Richardson
On Fri, Feb 12, 2021 at 02:46:28PM +, 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 > --- >

[dpdk-dev] [PATCH] doc: update info for pyelftools install

2021-02-12 Thread Kevin Traynor
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 dele