PBR

Comment 3 for bug 1341341

Revision history for this message
Romain Hardouin (romain-hardouin) wrote : Re: pbr does not install pbr

I encountered the same issue with the latest setuptools version when using keystonemiddleware:

- keystonemiddleware 1.2.0
- python-keystoneclient 0.11.2
- setuptools 7.0
- pip 1.5.6
- Python 2.7.8

    File "/.../local/lib/python2.7/site-packages/keystonemiddleware/auth_token.py", line 175, in <module>
       from keystoneclient import access
    File "/.../local/lib/python2.7/site-packages/keystoneclient/__init__.py", line 25, in <module>
        import pbr.version
    ImportError: No module named pbr.version

This is not a blocking issue because the aforementioned workaround still works but maybe we could reopen this ticket?