[CI|python3] add setuptools (#11668)

This commit is contained in:
Alexander Neumann 2020-06-01 20:15:11 +02:00 committed by GitHub
parent 81b742be18
commit 2c3ffa3b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ sudo apt -y install at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils bui
sudo apt -y install libxkbcommon-dev libxkbcommon-x11-dev
# Required by libhdfs3
sudo apt -y install libkrb5-dev
# Required by mesa
sudo apt -y install python3-setuptools
# Install newer version of nasm than the apt package, required by intel-ipsec
mkdir /tmp/nasm