RHEL has PyYAML

This commit is contained in:
Joshua Harlow 2012-03-29 17:42:11 -07:00
parent f3bd4963f2
commit 58d3162e46
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ if [[ `cat /etc/issue | grep -i "ubuntu"` ]] ; then
echo "DEVSTACKpy for ubuntu is ready to rock & roll."
elif [[ `cat /etc/issue | grep -i "red hat enterprise.*release.*6.*"` ]] ; then
EPEL_RPM="epel-release-6-5.noarch.rpm"
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python"
PIPS="termcolor pyyaml"
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python PyYAML"
PIPS="termcolor"
PIP="pip-python -q"
YUM="yum install -q -y"
WGET="wget -q"