]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/keystone.py: centos-8 bindep fix
authorMarcus Watts <mwatts@redhat.com>
Thu, 14 Jan 2021 18:14:11 +0000 (13:14 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 12 Feb 2021 16:04:38 +0000 (11:04 -0500)
commit2f9895fbf57ad24f599e8d647c9eb74cdf819c99
tree50524f89186afa748d79f09fb0339c71249d39de
parent6ad7fee16e48916e76e447a6d0f1de0e69fb460a
qa/tasks/keystone.py: centos-8 bindep fix

The upstream git repository for keystone contains a dependency
for "python34-devel" which only exists in centos 7.
For centos 8, the correct package is "python36-devel".
So, patch bindep.txt before running bindep.

Fixes: https://tracker.ceph.com/issues/48920
Signed-off-by: Marcus Watts <mwatts@redhat.com>
(cherry picked from commit 5258b20bf00a3ee9c278fdd605cc0dd9f80973a4)
qa/tasks/keystone.py