Adding gnutls earlier as well

This commit is contained in:
rperper 2018-11-01 16:55:01 -04:00
parent 1dff0bc2ea
commit 467d13c158
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class preFlightsChecks:
count = 0
while (1):
if self.distro == ubuntu:
command = "apt-get -y install python-pip"
command = "apt-get -y install python-pip libcurl4-gnutls-dev"
else:
command = "yum -y install python-pip"
res = subprocess.call(shlex.split(command))