Quantum was missing depend on lxml.

Change-Id: Ie8d582018f2c5f7972f6d9ab8fcf0f79d00f6a99
This commit is contained in:
Monty Taylor 2012-01-24 17:41:51 -08:00
parent bdbb46c795
commit b627358002
1 changed files with 3 additions and 3 deletions

View File

@ -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',