Pin virtualenv to 1.10.1 to work around pip bug

If 1.11 is used with --system-site-packages pip won't be installed in
the virtualenv, leading to an activated virtualenv not using pip and
thus not installing anything into the virtualenv.

Change-Id: Ic9907438b17ca9a32fbeccc4ca806b8b43f41cd1
Partial-Bug: #1266513
This commit is contained in:
Clint Byrum 2014-01-06 14:34:17 -08:00
parent 6a0db9fe7c
commit d9cec3c1ae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install-packages python-pip libmysqlclient-dev
pip install -U distribute # required by virtualenv
# required to ensure clean distribute -> setuptools migration
pip install -U setuptools
pip install -U virtualenv
pip install -U 'virtualenv==1.10.1'
install -m 0755 -o root -g root $(dirname $0)/../bin/os-svc-install /usr/local/bin/os-svc-install
install -m 0755 -o root -g root $(dirname $0)/../bin/os-svc-daemon /usr/local/bin/os-svc-daemon