Skip to content

Commit

Permalink
Remove runtime dependency on python-pbr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Ruzicka committed Apr 1, 2014
1 parent 6a6c8d7 commit e02d529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions keystoneclient/__init__.py
Expand Up @@ -13,10 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.

import pbr.version


__version__ = pbr.version.VersionInfo('python-keystoneclient').version_string()
__version__ = "REDHATKEYSTONECLIENTVERSION"

__all__ = [
# Modules
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -18,5 +18,4 @@
import setuptools

setuptools.setup(
setup_requires=['pbr'],
pbr=True)

0 comments on commit e02d529

Please sign in to comment.