From d31af40f12bff8e2150f07b4c5e332dfc8e2c5f7 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 16 Feb 2016 14:34:23 +0200 Subject: [PATCH] Add requirement for gcc to delorean setup When executing delorean-setup task, pycrypto is installed as dependency and it requires gcc to be installed on machine Change-Id: If57b4922450036d6b49d2aa273d4ee3a46ab2314 --- scripts/tripleo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tripleo.sh b/scripts/tripleo.sh index 8ce4dfacb..599a38d5a 100755 --- a/scripts/tripleo.sh +++ b/scripts/tripleo.sh @@ -235,7 +235,7 @@ function delorean_setup { log "Delorean setup" # Install delorean as per combination of toci-instack and delorean docs - sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils + sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils gcc # Add the current user to the mock group sudo usermod -G mock -a $(id -nu)