PBR

Comment 4 for bug 1324784

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

Reviewed: https://review.openstack.org/101785
Committed: https://git.openstack.org/cgit/openstack-dev/pbr/commit/?id=b07a50bfddda1cbb10faa64dc096ca9d855c483c
Submitter: Jenkins
Branch: master

commit b07a50bfddda1cbb10faa64dc096ca9d855c483c
Author: Kevin McCarthy <email address hidden>
Date: Sun Jun 22 14:33:58 2014 -1000

    Restore Monkeypatched Distribution Instance

    pbr is monkeypatching the Distribution intstance in setuptools, which is
    OK I guess, but then it never puts it back how it left it. As a
    consequence, whenever pbr installs before another project in a setup.py,
    it breaks setuptools for everything that comes after it. This patch
    will restore the Distribution instance.

    Closes-Bug: 1324784

    Change-Id: I20fbf255c634685e82f7b11987d2725de8280b9d