fix build-pkgs fail to edit python-eventlet srpm

The error message is “/bin/sh: sphinx-build: command not found”.
Add python-sphinx package to fix it.

Closes-Bug: 1824932

Change-Id: Ia07421a44d9b890148f70625b4b06eea84b4a7b9
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2019-04-18 10:35:31 +08:00
parent 3e253a99c6
commit 2878fbb578
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ RUN groupadd -g 751 cgts && \
python-pep8 \
python-pip \
python-psutil \
python-sphinx \
python-subunit \
python-pip \
python-testrepository \