Skip to content

Commit 76ed427

Browse files
committed
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
1 parent 7b63c5e commit 76ed427

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/install_pip.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ uninstall_package python-pip
6060

6161
install_get_pip
6262

63+
pip_install -U setuptools
64+
6365
get_versions

0 commit comments

Comments
 (0)