]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Quantum was missing depend on lxml.
authorMonty Taylor <mordred@inaugust.com>
Wed, 25 Jan 2012 01:41:51 +0000 (17:41 -0800)
committerMonty Taylor <mordred@inaugust.com>
Wed, 25 Jan 2012 01:41:51 +0000 (17:41 -0800)
Change-Id: Ie8d582018f2c5f7972f6d9ab8fcf0f79d00f6a99

setup.py

index acaf719bf630b5f1a209b87fe1c482554613eeef..af884ea8291dda74e621d9f02cacc6bb54fd6067 100644 (file)
--- 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',