From 7d341f154397ef38c480bdd9cf6d2ccad6502f13 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Tue, 14 Apr 2015 08:52:09 -0700 Subject: [PATCH] Update os-brick requirements This patch updates the requirements.txt and test-requirements.txt to match that of Cinder and Nova. Change-Id: Ia666cf5cd94c72cbd469e5c3d7509f0c37894d4e --- os_brick/__init__.py | 1 - requirements.txt | 11 +++++------ test-requirements.txt | 12 ++++++------ 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/os_brick/__init__.py b/os_brick/__init__.py index 2752a5c7f..d3e9ca38f 100644 --- a/os_brick/__init__.py +++ b/os_brick/__init__.py @@ -15,5 +15,4 @@ .. autmodule:: os_brick :synopsis: OpenStack host based volume management. -.. moduleauthor:: Walter A. Boring IV """ diff --git a/requirements.txt b/requirements.txt index 9bfc4552c..783b51d17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,10 @@ pbr>=0.6,!=0.7,<1.0 Babel>=1.3 -eventlet>=0.15.2 -oslo.concurrency>=0.3.0,!=0.4.0 +eventlet>=0.16.1,!=0.17.0 +oslo.concurrency>=1.8.0,<1.9.0 oslo.log>=1.0.0,<1.1.0 -oslo.rootwrap>=1.3.0 -oslo.serialization>=1.2.0 -oslo.i18n>=1.0.0 +oslo.serialization>=1.4.0,<1.5.0 +oslo.i18n>=1.5.0,<1.6.0 oslo.utils>=1.4.0,<1.5.0 -six>=1.7.0 +six>=1.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index 273141733..ca6ca9ae9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,13 +2,13 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover -python-subunit -sphinx>=1.1.2 -oslosphinx -oslotest>=1.1.0.0a1 +python-subunit>=0.0.18 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.5.0,<2.6.0 +oslotest>=1.5.1,<1.6.0 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.34 +testtools>=0.9.36,!=1.2.0