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
This commit is contained in:
Sagi Shnaidman 2016-02-16 14:34:23 +02:00
parent db87227cf4
commit d31af40f12
1 changed files with 1 additions and 1 deletions

View File

@ -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)