Remove lxml requirement

Fixes bug 1252344

Change-Id: Iaa10b7c78bf03b00c84a27592265bb79203df376
This commit is contained in:
Alex Meade 2013-11-18 16:54:52 +00:00
parent 3428e6d637
commit b7f9120cd4
1 changed files with 0 additions and 6 deletions

View File

@ -26,12 +26,6 @@ oslo.config>=1.2.0
# For Swift storage backend.
python-swiftclient>=1.5
# Note you will need gcc buildtools installed and must
# have installed libxml headers for lxml to be successfully
# installed using pip, therefore you will need to install the
# libxml2-dev and libxslt-dev Ubuntu packages.
lxml>=2.3
# For paste.util.template used in keystone.common.template
Paste