From: Brad Hubbard Date: Thu, 25 Feb 2021 08:38:31 +0000 (+1000) Subject: ceph_ansible: Satisfy 'six' dependency X-Git-Tag: 1.2.0~271^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70aec71b65f005ff6dc5853665982138e73cb28e;p=teuthology.git ceph_ansible: Satisfy 'six' dependency Fixes: https://tracker.ceph.com/issues/49485 Signed-off-by: Brad Hubbard --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index e5ee749c3..9c2f28448 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -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)