From: Chuck Short Date: Sun, 25 Nov 2012 21:42:19 +0000 (-0600) Subject: Unpin lxml requirements X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=70e4f2cdad6100cf73c59f60c741c11f69acbe30;p=openstack-build%2Fcinder-build.git Unpin lxml requirements Ubuntu is using a much newer version of lxml so we shouldn't lock the versions in our infrasctructure. Change-Id: I73589af70e4156968f14d2494b3af36fa8f4794e Signed-off-by: Chuck Short --- diff --git a/tools/pip-requires b/tools/pip-requires index 1a460b5b8..095a54d38 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ anyjson>=0.2.4 eventlet>=0.9.17 kombu==1.0.4 lockfile==0.8 -lxml>=2.3,<=2.3.5 +lxml>=2.3 routes==1.12.3 WebOb==1.0.8 wsgiref==0.1.2