From 79873e40f1a1457a65eca79233a1a909b36902a1 Mon Sep 17 00:00:00 2001 From: zhaoxinyu Date: Mon, 8 Sep 2014 18:03:37 -0700 Subject: [PATCH] Has to use setuptools to easy_install pip Change-Id: I5f8a2009a4e088a5a666b189d97cefd8b5aec3db --- install/dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dependency.sh b/install/dependency.sh index 792e74fb..19a1ae3b 100755 --- a/install/dependency.sh +++ b/install/dependency.sh @@ -10,7 +10,7 @@ if [ "$tempest" == "true" ]; then exit 1 fi fi -sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp python-daemon unzip openssl openssl098e ca-certificates redis mysql mysql-server mysql-devel python-virtualenv +sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp python-daemon unzip openssl openssl098e ca-certificates redis mysql mysql-server mysql-devel python-virtualenv python-setuptools if [[ "$?" != "0" ]]; then echo "failed to install yum dependency" exit 1