Comment 29 for bug 1326811

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/98263
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=76ed427ca17fb271974b4882c0b5e3c18ed3d889
Submitter: Jenkins
Branch: master

commit 76ed427ca17fb271974b4882c0b5e3c18ed3d889
Author: Mathieu Gagné <email address hidden>
Date: Thu Jun 5 16:50:40 2014 -0400

    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