]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph_ansible: Satisfy 'six' dependency 1620/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 25 Feb 2021 08:38:31 +0000 (18:38 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 25 Feb 2021 08:38:31 +0000 (18:38 +1000)
Fixes: https://tracker.ceph.com/issues/49485
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
teuthology/task/ceph_ansible.py

index e5ee749c356e2b45c981546a1ad721291df2a450..9c2f2844843355aa60d411226dd42aef7e27e52f 100644 (file)
@@ -425,6 +425,7 @@ class CephAnsible(Task):
             run.Raw('setuptools>=11.3'),
             run.Raw('notario>=0.0.13'), # FIXME: use requirements.txt
             run.Raw('netaddr'),
+            run.Raw('six'),
             run.Raw(ansible_ver),
             run.Raw(';'),
             run.Raw(str_args)