summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-06-18 17:33:44 -0400
committerGordon Chung <chungg@ca.ibm.com>2013-06-18 17:55:06 -0400
commitf09dfd05b308b665702e974c2a2dc4b5b0f66c4c (patch)
treeb34d2c5231d9d315131e860b410365d349c3893e /setup.py
parent819e4580ab17760b8f546d1c8955574571589959 (diff)
downloadpython-ceilometerclient-f09dfd05b308b665702e974c2a2dc4b5b0f66c4c.tar.gz
requirements.txt is not configured properly
the leading comment seems to cause an issue with pbr. also adding in d2to1 and pbr versions to requirements. Change-Id: I334d928b8a575522e3879f07d578be39890712b5 Fixes: bug 1192351
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1e9882d..74e2f57 100644
--- a/setup.py
+++ b/setup.py
@@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
- setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
+ setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.16,<0.6'],
d2to1=True)