From 2268705e7d044754064b38a5cd6e9ca0d07df729 Mon Sep 17 00:00:00 2001
From: Sascha Peilicke <saschpe@suse.de>
Date: Tue, 15 Jan 2013 14:53:20 +0100
Subject: [PATCH] Relax various version constraints.

The current 3rd-party module requirements for cinder are still from the
nova git import. Usually, having an upper bound for requirements makes
only sense where API-incompatible changes are expected (like WebOb). For
the others it is better the only require a minimum version because
usually distributions differ on the shipped versions of these Python
modules. For instance, openSUSE has newer versions for almost all of
those and running the testsuite there works flawlessly.

Change-Id: I4614a2ea87084f927a557b9fb85dcd10ae9dfeff
---
 tools/pip-requires  | 14 +++++++-------
 tools/test-requires |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tools/pip-requires b/tools/pip-requires
index 5cbb0e7e9f7..af980d26f6f 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,19 +1,19 @@
 SQLAlchemy>=0.7.3,<=0.7.9
-amqplib==0.6.1
+amqplib>=0.6.1
 anyjson>=0.2.4
 eventlet>=0.9.17
-kombu==1.0.4
-lockfile==0.8
+kombu>=1.0.4
+lockfile>=0.8
 lxml>=2.3
-routes==1.12.3
+routes>=1.12.3
 WebOb==1.2.3
-wsgiref==0.1.2
+wsgiref>=0.1.2
 greenlet>=0.3.1
-PasteDeploy==1.5.0
+PasteDeploy>=1.5.0
 paste
 sqlalchemy-migrate>=0.7.2
 stevedore>=0.8.0
-suds==0.4
+suds>=0.4
 paramiko
 Babel>=0.9.6
 iso8601>=0.1.4
diff --git a/tools/test-requires b/tools/test-requires
index 5cac87c7420..02f256f11ee 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,7 +2,7 @@
 distribute>=0.6.28
 
 coverage
-mox==0.5.3
+mox>=0.5.3
 nose
 nosexcover
 openstack.nose_plugin