summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-07 04:54:25 +0000
committerGerrit Code Review <review@openstack.org>2013-08-07 04:54:25 +0000
commitce46ca4d76994dd9cc29db2c5b4944ba907d60b0 (patch)
tree94b7da55166a075145d29424ce3d0c2dbd03e4cd /setup.py
parentc49066be358564ec02ca5e1dac994cf3115baa76 (diff)
parent8ba3c008bb87b1ad0f0ec3eca459ca7d78fbf9bf (diff)
downloadpython-neutronclient-2.2.5.tar.gz
Merge "Sync with global requirements"2.2.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 80b6834..15f4e9d 100644
--- a/setup.py
+++ b/setup.py
@@ -13,11 +13,10 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
- setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
- d2to1=True)
+ setup_requires=['pbr>=0.5.20'],
+ pbr=True)