From e35676adbd388b917e01d2ab15d04cd7358cab57 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Fri, 15 Dec 2017 16:32:17 +0000 Subject: [PATCH] Install fedmsg with dnf --- roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml b/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml index 0466f41222..d718cdb9fc 100644 --- a/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml +++ b/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml @@ -49,6 +49,7 @@ items: dnf -y --enablerepo updates-testing install --setopt=tsflags=nodocs \ git \ python3-pip \ + python3-fedmsg \ python3-sseclient && \ dnf clean all RUN pip-3 install git+https://github.com/fedora-infra/sse2fedmsg.git