RHEL has PyYAML
This commit is contained in:
parent
f3bd4963f2
commit
58d3162e46
@ -23,8 +23,8 @@ if [[ `cat /etc/issue | grep -i "ubuntu"` ]] ; then
|
|||||||
echo "DEVSTACKpy for ubuntu is ready to rock & roll."
|
echo "DEVSTACKpy for ubuntu is ready to rock & roll."
|
||||||
elif [[ `cat /etc/issue | grep -i "red hat enterprise.*release.*6.*"` ]] ; then
|
elif [[ `cat /etc/issue | grep -i "red hat enterprise.*release.*6.*"` ]] ; then
|
||||||
EPEL_RPM="epel-release-6-5.noarch.rpm"
|
EPEL_RPM="epel-release-6-5.noarch.rpm"
|
||||||
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python"
|
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python PyYAML"
|
||||||
PIPS="termcolor pyyaml"
|
PIPS="termcolor"
|
||||||
PIP="pip-python -q"
|
PIP="pip-python -q"
|
||||||
YUM="yum install -q -y"
|
YUM="yum install -q -y"
|
||||||
WGET="wget -q"
|
WGET="wget -q"
|
||||||
|
Loading…
Reference in New Issue
Block a user