From 6a31ae3fdad356cec7e9b3c91f4158f68b8beeb1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 4 Aug 2013 14:15:53 -0400 Subject: [PATCH] Bump pbr requirment to 0.5.21 Removes the need for setuptools_git. Also, change the upper bound, as the next planned release will be 1.0 and we'd like to coordinate that move. Change-Id: I9a9ff8c62f800da3bf02d4afb3bc24ddfd0d24d5 --- global-requirements.txt | 3 +-- update.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index e90a5eca33..7469d7340f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -36,7 +36,7 @@ paramiko>=1.8.0 passlib Paste PasteDeploy>=1.5.0 -pbr>=0.5.16,<0.6 +pbr>=0.5.21,<1.0 pecan>=0.2.0 pip>=1.0 PrettyTable>=0.6,<0.8 @@ -67,7 +67,6 @@ PyYAML>=3.1.0 qpid-python requests>=1.1 Routes>=1.12.3 -setuptools_git>=0.4 simplejson>=2.0.9 six sockjs-tornado>=1.0.0,<2.0.0 diff --git a/update.py b/update.py index 50ca7b523a..bd80a565b2 100644 --- a/update.py +++ b/update.py @@ -55,7 +55,7 @@ _setup_py_text = """#!/usr/bin/env python import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.20'], + setup_requires=['pbr>=0.5.21,<1.0'], pbr=True) """