From 9f7fe72a20bd75d3f29ecea607c6bb96ec12b3ef Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 13 Jul 2015 15:03:15 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ib3f4345a7ab3acd3ec835f8923b71fdc49b2afa6 --- requirements.txt | 2 +- setup.py | 1 - test-requirements.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c81bd8e..907fc2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.6,!=0.7,<1.0 +pbr!=0.7,<1.0,>=0.6 diff --git a/setup.py b/setup.py index 7363757..056c16c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test-requirements.txt b/test-requirements.txt index 86f503a..d3e9244 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0