From: Kefu Chai Date: Wed, 10 Apr 2019 03:06:35 +0000 (+0800) Subject: qa: install python3-{cephfs,rados} instead of python34-* X-Git-Tag: v13.2.6~84^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6790821afc749b14b1ddac68a0889059419eebb3;p=ceph.git qa: install python3-{cephfs,rados} instead of python34-* we install the latest python-rpm-macros on all builders since https://github.com/ceph/ceph-build/pull/1283 . now that we started building python36-* after that change, for testing the python3 packages on CentOS/RHEL 7, we need to install python36-* instead of python34-*. and after the change of 8ae1947, python36-* now "Provides" python3-*, we can just install python3-* for fulfill the requirement for testing python3 cephfs bindings. Fixes: http://tracker.ceph.com/issues/39164 Signed-off-by: Kefu Chai Conflicts: this change is not cherry-picked from master, because, in master, we don't install python3 packages after 7e5c85b604. --- diff --git a/qa/packages/packages.yaml b/qa/packages/packages.yaml index 39865645038..2d82cf9fe25 100644 --- a/qa/packages/packages.yaml +++ b/qa/packages/packages.yaml @@ -49,5 +49,5 @@ ceph: - python-ceph - rbd-fuse - ceph-debuginfo - - python34-cephfs - - python34-rados + - python3-cephfs + - python3-rados