This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new d49f67c  travis: install python3-setuptools (#5767)
d49f67c is described below

commit d49f67ceb9ee6177ab3a0bfcec911242c726eb1d
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Dec 13 16:22:21 2021 +0100

    travis: install python3-setuptools (#5767)
---
 tools/travis/before_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index 0bb5c11..887206c 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -83,7 +83,7 @@ fi
 
 sudo apt-get -q -y -V install freeipmi-common libfreeipmi16 libgcrypt20 
libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython-dev libssl-dev 
libffi-dev python-openssl build-essential --no-install-recommends > /dev/null
 
-sudo apt-get -y install python3 python3-pip
+sudo apt-get -y install python3 python3-pip python3-setuptools
 sudo apt-get -y install python3-dev # in order to be able to pip3 install 
pycrypto
 # for now we need both:
 sudo apt-get -y install python2

Reply via email to