Install optional cliff dependency

cliff-tablib is an optional dependency for cliff and needed for html
output. Install it so that command line help is available for html
output.

For details see
http://docs.openstack.org/developer/cliff/list_commands.html#other-formatters

Change-Id: Ia4fc663d876808fed89dc1fa3efaace441c563ea
This commit is contained in:
Andreas Jaeger 2015-12-31 19:30:44 +01:00
parent e45dbbf0ba
commit 62fb731deb
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ source .venv/bin/activate
pip install --upgrade openstack-doc-tools
pip install --upgrade pbr
# Cliff can optionally output HTML - if cliff-tablib is installed.
pip install --upgrade cliff-tablib
if [[ $project == 'gnocchi' ]]; then
pip install --upgrade ${project}client
else