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

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

index a2952d0656c09946351020fb7df8b3a209cbb76a..74f1f2315fa4c10644b62d0cc0dd3c08b1507c1d 100644 (file)
@@ -42,6 +42,8 @@ packages:
   # for workunits,
   - gcc
   - git
+  # until python3-tempora is fixed,
+  - python3-pytz
 
 epel_packages: []