summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-03 14:58:43 -0400
committerMonty Taylor <mordred@inaugust.com>2013-08-03 14:58:43 -0400
commit3a92ffa823c42daa0d285b01aeefe3543bd420cc (patch)
tree2fbbd6333a3487caec5217d8ab4e119a8dafb6b4 /setup.py
parentaf874890221b145a8cb423d3c1fc5dc133dbef13 (diff)
downloadpython-openstackclient-3a92ffa823c42daa0d285b01aeefe3543bd420cc.tar.gz
Sync with global requirements
Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3144d17a..15f4e9d5 100644
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
- setup_requires=['d2to1', 'pbr>=0.5,<0.6'],
- d2to1=True)
+ setup_requires=['pbr>=0.5.20'],
+ pbr=True)