From e85f2ea8bf8bdf1e62b8a1c48e95e48704cc1ebf Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 24 Jan 2012 17:41:51 -0800 Subject: [PATCH] Quantum was missing depend on lxml. Change-Id: Ie8d582018f2c5f7972f6d9ab8fcf0f79d00f6a99 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.45.2