[ovs-dev] [PATCH dpdk-latest 3/6] ci: Install python elftools for DPDK 21.02.

David Marchand david.marchand at redhat.com
Thu May 6 15:25:45 UTC 2021


pyelftools is now required to build DPDK [1].

1: https://git.dpdk.org/dpdk/commit/?id=f0f93a7adfee

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 .ci/linux-prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index c55125cf78..67c8ecf499 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -21,7 +21,7 @@ make -j4 HAVE_LLVM= HAVE_SQLITE= install
 cd ..
 
 pip3 install --disable-pip-version-check --user \
-    flake8 hacking sphinx pyOpenSSL wheel setuptools
+    flake8 hacking sphinx pyOpenSSL wheel setuptools pyelftools
 pip3 install --user --upgrade docutils
 pip3 install --user  'meson==0.47.1'
 
-- 
2.23.0



More information about the dev mailing list