From ec5a915f21ab2c033301162dd2d534e0d52c0686 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Tue, 4 Oct 2016 19:20:44 +0300 Subject: [PATCH] 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 --- doc-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc-requirements.txt b/doc-requirements.txt index 639480b..8cfd949 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -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