]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
admin/build-doc: always install python3-* for build deps
authorKefu Chai <kchai@redhat.com>
Sat, 4 Jan 2020 04:05:50 +0000 (12:05 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 4 Jan 2020 09:05:06 +0000 (17:05 +0800)
commitb87781c12054c00d751d03a34574cdd68ea127bc
treedfa56da61556e345d153589403451af8eb1ca746
parentbd24ccf90d65efe5fded6034f1b2097e9fa2be3a
admin/build-doc: always install python3-* for build deps

since we've dropped the support of python36-*, i.e. python packages
provided by EPEL7 before RHEL7/CentOS7 included python3. as before the
inclusion of python3 as supported python3, python packages are named
python36-*. and they don't provide python3-*. so we had to install
python36-* explicitly. now that we are able to use the python3-*
packages, we can just install python3-*.

Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc