Adding gnutls earlier as well

This commit is contained in:
rperper
2018-11-01 16:55:01 -04:00
parent 1dff0bc2ea
commit 467d13c158

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