12/02/2021 16:05, Bruce Richardson: > 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 <ktray...@redhat.com> > > --- > > --- 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 <bruce.richard...@intel.com>
Applied, thanks