From 76748dda4326c6a853c458684f07f3a849a6e641 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 Sep 2020 10:37:39 -0700 Subject: [PATCH] bugzilla2fedmsg: install python2-docutils It turns out that python2-docutils is needed to make this function. Without it, it tracebacks on start and never processes normally. Probibly the rpm should have a hard dep on this, but in the mean time we add it here to make sure it's installed. Signed-off-by: Kevin Fenzi --- roles/bugzilla2fedmsg/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bugzilla2fedmsg/tasks/main.yml b/roles/bugzilla2fedmsg/tasks/main.yml index 5fcc898797..49afc994b2 100644 --- a/roles/bugzilla2fedmsg/tasks/main.yml +++ b/roles/bugzilla2fedmsg/tasks/main.yml @@ -7,6 +7,7 @@ - python-moksha-hub - python-bugzilla2fedmsg - python-twisted-words + - python2-docutils tags: - packages - bugzilla2fedmsg