Merge "Remove lxml requirement"

This commit is contained in:
Jenkins 2013-11-26 14:40:42 +00:00 committed by Gerrit Code Review
commit 8d8ddd50d0
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