commit | da533fa7908259ff8d78580a4751a6329e428fa1 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Feb 25 16:34:58 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Feb 25 16:34:58 2015 +0000 |
tree | 6e1e8847706d484607551b3820793a476645dcbf | |
parent | 834b804d3eda9029d3c66db0ab732a76a22ed08b [diff] | |
parent | 99b598887bfb189b38ac3ae97abe0a303bc1063c [diff] |
Merge "Fedora-21 has openjdk-1.8.0 only"
diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index cc5275f..f8edd16 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh
@@ -123,3 +123,9 @@ fi fi + +# The version of pip(1.5.4) supported by python-virtualenv(1.11.4) has +# connection issues under proxy, hence uninstalling python-virtualenv package +# and installing the latest version using pip. +uninstall_package python-virtualenv +pip_install -U virtualenv