From 3a92ffa823c42daa0d285b01aeefe3543bd420cc Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 3 Aug 2013 14:58:43 -0400 Subject: Sync with global requirements Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') 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) -- cgit v1.2.1