From ccc0bfb3e636a96c4b165b7657db9edeaa096af9 Mon Sep 17 00:00:00 2001 From: Andrew Laski Date: Thu, 6 Sep 2012 21:21:23 -0400 Subject: Set install_requires in setup.py. Updates setup.py to set install_requires using parse_requirements from openstack-common. This allows DevStack to install nova requirements, as currently they are not handled. Also relaxes the version requirement for lxml to >=2.3,<3. This allows DevStack to install nova requirements without needing to install lxml over the installed python-xml system package, currently 2.3.2. Change-Id: Iccebf9604ba5c6fcacb4c5fa5004f9fcb08944f3 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index dea5eaa3c..0688522cd 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,7 +5,7 @@ anyjson==0.2.4 boto==2.1.1 eventlet>=0.9.17 kombu==1.0.4 -lxml==2.3 +lxml>=2.3,<3 routes==1.12.3 WebOb==1.0.8 greenlet>=0.3.1 -- cgit