Update setuptools to latest for .dist-info support

Support for .dist-info directories was added in setuptools 0.6.28.

At this moment, Ubuntu Precise 12.04 provides setuptools 0.6.24
which is too old for our needs.

Six is installed from wheel which uses the .dist-info directory.
For six to be found, we need to install setuptools >= 0.6.28.

Updating setuptools to the latest version using pip will provide use
the needed version to make six discoverable.

Closes-bug: #1326811
Change-Id: I761d0aeb2b8b593cee38d512afc8fed6a2d1fe37
This commit is contained in:
Mathieu Gagné 2014-06-05 16:50:40 -04:00
parent 7b63c5ec9e
commit 76ed427ca1
1 changed files with 2 additions and 0 deletions

View File

@ -60,4 +60,6 @@ uninstall_package python-pip
install_get_pip
pip_install -U setuptools
get_versions