oslo.log is required for RTFD build

Since RTFD build is based on separate set of requirements
(doc-requirements.txt) we have to list all libs explicitly.

Change-Id: I9f82cc77894ca98efc3a8c9d54400ad9f589eaaf
This commit is contained in:
Ilya Shakhat 2016-10-04 19:20:44 +03:00
parent ad52b20177
commit ec5a915f21
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
oslo.config>=3.9.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
sphinxcontrib-httpdomain # BSD
sphinx_rtd_theme