]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
teuthology: use python3 dependencies
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Thu, 14 Jan 2021 12:05:02 +0000 (13:05 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 20 Jan 2021 10:56:31 +0000 (11:56 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
roles/teuthology/vars/apt_systems.yml

index e8c03cf4232911bf0b77903c122b33483705cd2a..50f5d3ebac4c8c39af58e5f91d551ea527f5e062 100644 (file)
@@ -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