PBR

Comment 2 for bug 1341341

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Re: pbr does not install pbr

This is actually a setuptools behavior, and I think it's fixed. If pbr is not available in a virtualenv when python-openstackclient is installed, it is installed after python-openstackclient and its dependencies are installed. I verified this by running "tox -e pep8 -r; ./.tox/pep8/bin/pip show pbr"