From: Mark McLoughlin Date: Tue, 26 Feb 2013 12:14:15 +0000 (+0000) Subject: Unpin PasteDeploy dependency version X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8314655fc7f7e2f69c11704c8eb9fc46aa56f9aa;p=openstack-build%2Fneutron-build.git Unpin PasteDeploy dependency version Fixes bug #1133262 There are no newer releases of PasteDeploy than 1.5.0 and we have no reason to believe newer versions will break us. Indeed, if an incompatible version is released, we will want to know about it quickly. Change-Id: I331b33b16ea50202886b19bf5c4060d9fa46d5ec --- diff --git a/tools/pip-requires b/tools/pip-requires index 1f91e1ec1..4749142bd 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ Paste -PasteDeploy==1.5.0 +PasteDeploy>=1.5.0 Routes>=1.12.3 amqplib==0.6.1 anyjson>=0.2.4