From bfc73dc0f1ebab6edc9e8ca94ce64d5737d26648 Mon Sep 17 00:00:00 2001 From: zhaoxinyu Date: Tue, 25 Mar 2014 00:59:52 +0000 Subject: [PATCH] Fix version dependcy issue with hacking Change-Id: I43f32a89689dc58da2ace0411ab5b88fe414b56f --- install/dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dependency.sh b/install/dependency.sh index cce5a4de..4f99489d 100755 --- a/install/dependency.sh +++ b/install/dependency.sh @@ -8,7 +8,7 @@ if [[ "$?" != "0" ]]; then exit 1 fi -sudo easy_install pip==1.2.1 +sudo easy_install pip==1.5.1 if [[ "$?" != "0" ]]; then echo "failed to install easy install" exit 1