From f7e912214091b361b5629b729987893dfe28ebb9 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 16 Oct 2013 16:09:02 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9 --- requirements.txt | 8 ++++---- setup.py | 2 +- test-requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 480f56eb5f..c69144a712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Routes>=1.12.3 WebOb>=1.2.3,<1.3 wsgiref>=0.1.2 argparse -boto>=2.4.0 +boto>=2.4.0,!=2.13.0 sqlalchemy-migrate>=0.7.2 httplib2 kombu>=2.4.8 @@ -36,9 +36,9 @@ Paste passlib jsonschema>=1.3.0,!=1.4.0 -python-cinderclient>=1.0.4 -python-keystoneclient>=0.3.0 +python-cinderclient>=1.0.5 +python-keystoneclient>=0.3.2 pyOpenSSL # Required by openstack.common libraries -six +six>=1.4.1 diff --git a/setup.py b/setup.py index 2a0786a8b2..70c2b3f32b 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.21,<1.0'], + setup_requires=['pbr'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 22731691fd..43b5d0e87b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,15 +1,15 @@ # Install bounded pep8/pyflakes first, then let flake8 install pep8==1.4.5 -pyflakes==0.7.2 +pyflakes>=0.7.2,<0.7.4 flake8==2.0 -hacking>=0.5.6,<0.7 +hacking>=0.5.6,<0.8 # For translations processing -Babel>=0.9.6 +Babel>=1.3 # Needed for testing coverage>=3.6 -fixtures>=0.3.12 +fixtures>=0.3.14 mox>=0.5.3 nose nose-exclude