Relax lxml version requirements.

This was preventing devstack from starting on Fedora 18 due to the
package python-lxml-3.2.1-1.fc18.x86_64 being too new.

This change is aligns the lxml rule with the requirements project.

Change-Id: Idd3697596dcefb830d60f8e44171b8c50e78178a
This commit is contained in:
Steve Baker 2013-06-04 14:45:59 +12:00
parent 73a9d36bb6
commit 5858b94ef2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ httplib2
iso8601>=0.1.4
kombu>=1.0.4
argparse
lxml>=2.3,<=2.3.5
lxml>=2.3
six
sqlalchemy-migrate>=0.7.2
python-novaclient>=2.11.0,<3