From: Kyr Shatskyy Date: Thu, 14 Jan 2021 12:05:02 +0000 (+0100) Subject: teuthology: use python3 dependencies X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7316df198670cfe8eb2e9da93d76afdaca709280;p=ceph-cm-ansible.git teuthology: use python3 dependencies Signed-off-by: Kyr Shatskyy --- diff --git a/roles/teuthology/vars/apt_systems.yml b/roles/teuthology/vars/apt_systems.yml index e8c03cf..50f5d3e 100644 --- a/roles/teuthology/vars/apt_systems.yml +++ b/roles/teuthology/vars/apt_systems.yml @@ -2,11 +2,12 @@ teuthology_extra_packages: # The following packages are requirements for bootstrapping teuthology - git-all - - python-dev - - python-pip - - python-virtualenv + - virtualenv + - python3-dev + - python3-pip + - python3-virtualenv - libev-dev - - python-libvirt + - python3-libvirt - beanstalkd - qemu-utils - libev-dev