[ARVADOS-DEV] updated: f6eceb68411cc715402b90056562d161dcad0b5b

Git user git at public.arvados.org
Mon Aug 31 17:10:12 UTC 2020


Summary of changes:
 jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f6eceb68411cc715402b90056562d161dcad0b5b (commit)
      from  378ce08105b7fd353d066f07633babe0a547c044 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f6eceb68411cc715402b90056562d161dcad0b5b
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Mon Aug 31 14:09:45 2020 -0300

    fix(dependencies): add python3-setuptools for arvados tests
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 70ffae1..7b60d81 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -7,7 +7,7 @@
 set -eo pipefail
 
 # Install the dependencies for arvados-server
-sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev golang-1.14 python3-venv"
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev golang-1.14 python3-venv python3-setuptools"
 
 # Check out a local copy of the arvados repo so we can use it to install the dependencies
 cd /usr/src

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list