requires lxml

will be used for OF-Config stuff.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-12-19 16:17:52 +09:00 committed by FUJITA Tomonori
parent 11006e7349
commit 82dafb7300
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ source-dir = doc/source
[bdist_rpm]
Release = 1
Group = Applications/Accessories
Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config, python-msgpack
Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr, python-lxml, python-oslo-config, python-msgpack
doc_files = LICENSE
MANIFEST.in
README.rst

View File

@ -2,6 +2,7 @@ eventlet
routes
webob>=1.0.8
paramiko
lxml
netaddr
oslo.config
msgpack-python>=0.4.0