]> git.droids-corp.org - dpdk.git/commitdiff
doc: update pyelftools install method
authorKevin Traynor <ktraynor@redhat.com>
Fri, 12 Feb 2021 14:46:28 +0000 (14:46 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 12 Feb 2021 15:18:31 +0000 (16:18 +0100)
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 <ktraynor@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/linux_gsg/sys_reqs.rst

index 4a401210de7e2f3b2ccc16995e7c3206f9773420..d7ea8520e558c226c3583bf364a3410a114cf179 100644 (file)
@@ -54,7 +54,9 @@ 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``