Updated from global requirements

Change-Id: I28d515eef452dd715a28e3fb4c177fc93f307c79
This commit is contained in:
OpenStack Proposal Bot
2016-02-20 22:02:12 +00:00
parent 1ddf69a68f
commit 9af96114af
3 changed files with 39 additions and 40 deletions

3
setup.py Executable file → Normal file
View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.8'],
pbr=True)