]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
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)
commit2268705e7d044754064b38a5cd6e9ca0d07df729
tree3c5f26b9269e92fbb0b45f3998a99f3281253dc5
parent7905b6b233cf9013b3592ce25a1f9d81f88fd5ba
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
tools/test-requires