Comment 2 for bug 1298398

Revision history for this message
Chmouel Boudjnah (chmouel) wrote :

I think I am using pbr, I have only this with my setup.py

setuptools.setup(setup_requires=['pbr>=0.5.21,<1.0'],
                 pbr=True)

and this in my setup.cfg :

[global]
setup-hooks =
    pbr.hooks.setup_hook

oh well, i'll just ping monty :) but i think this patch may still be worthwhile