diff mbox series

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

Message ID 20210506152548.29597-4-david.marchand@redhat.com
State Accepted
Headers show
Series Rebase and fixes for 21.05. | expand

Commit Message

David Marchand May 6, 2021, 3:25 p.m. UTC
pyelftools is now required to build DPDK [1].

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

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

Patch

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'