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
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
distribute>=0.6.28
coverage
-mox==0.5.3
+mox>=0.5.3
nose
nosexcover
openstack.nose_plugin