From 70aec71b65f005ff6dc5853665982138e73cb28e Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 25 Feb 2021 18:38:31 +1000 Subject: [PATCH] ceph_ansible: Satisfy 'six' dependency Fixes: https://tracker.ceph.com/issues/49485 Signed-off-by: Brad Hubbard --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3