support build srpms with python3

install rpm python3-devel to support build srpm
with python3

Change-Id: I153dd699311a7c1e66d8dd896c2c2ffa4fdec7f1
Story: 2007106
Task: 38873
Signed-off-by: SidneyAn <ran1.an@intel.com>
This commit is contained in:
SidneyAn 2020-02-26 15:16:44 +08:00
parent b9a2e284ce
commit aee9a5c175
1 changed files with 1 additions and 1 deletions

View File

@ -79,9 +79,9 @@ RUN groupadd -g 751 cgts && \
python-psutil \
python2-psutil \
python36-psutil \
python3-devel \
python-sphinx \
python-subunit \
python-pip \
python-testrepository \
python-tox \
python-yaml \