From: Monty Taylor Date: Wed, 25 Jan 2012 01:41:51 +0000 (-0800) Subject: Quantum was missing depend on lxml. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e85f2ea8bf8bdf1e62b8a1c48e95e48704cc1ebf;p=openstack-build%2Fneutron-build.git Quantum was missing depend on lxml. Change-Id: Ie8d582018f2c5f7972f6d9ab8fcf0f79d00f6a99 --- diff --git a/setup.py b/setup.py index acaf719bf..af884ea82 100644 --- a/setup.py +++ b/setup.py @@ -46,11 +46,11 @@ ShortDescription = Summary Description = Summary requires = [ - 'eventlet>=0.9.12', - 'Routes>=1.12.3', - 'nose', 'Paste', 'PasteDeploy', + 'Routes>=1.12.3', + 'eventlet>=0.9.12', + 'lxml==2.3', 'pep8>=0.6.1', 'python-gflags', 'simplejson',