]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerMarcus Watts <mwatts@redhat.com>
Thu, 21 Jan 2021 18:30:55 +0000 (13:30 -0500)
commit5258b20bf00a3ee9c278fdd605cc0dd9f80973a4
treea766ee43651f91e65a0a381abae104fd913f1667
parent9e7a41f48315b46af8a88066e928b6a6cc47d56a
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>
qa/tasks/keystone.py