]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
temporarily require python3-pytz 506/head
authorSage Weil <sage@redhat.com>
Mon, 16 Dec 2019 15:45:47 +0000 (09:45 -0600)
committerSage Weil <sage@redhat.com>
Mon, 16 Dec 2019 15:45:47 +0000 (09:45 -0600)
This is until the python3-tempora package is fixed

Signed-off-by: Sage Weil <sage@redhat.com>
roles/testnode/vars/redhat_8.yml

index 21ce0e7165d1b8180f841f06ca7039335bb264b7..57d43ef80e488140c165970ad2c13bce0d6d8f1e 100644 (file)
@@ -43,6 +43,8 @@ packages:
   # for workunits,
   - gcc
   - git
+  # until python3-tempora is fixed,
+  - python3-pytz
 
 epel_packages: []