]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Relax various version constraints.
authorSascha Peilicke <saschpe@suse.de>
Tue, 15 Jan 2013 13:53:20 +0000 (14:53 +0100)
committerSascha Peilicke <saschpe@suse.de>
Tue, 15 Jan 2013 13:53:20 +0000 (14:53 +0100)
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
tools/test-requires

index 5cbb0e7e9f749b2151076d10ebba2a68ee385b81..af980d26f6f1da4bfbac047217f44cf99cfbf29a 100644 (file)
@@ -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
index 5cac87c7420476fe0bcae9798f37a1ceea0e35b6..02f256f11ee6a0456540b3590d51e768968a7aff 100644 (file)
@@ -2,7 +2,7 @@
 distribute>=0.6.28
 
 coverage
-mox==0.5.3
+mox>=0.5.3
 nose
 nosexcover
 openstack.nose_plugin