From d9fd416a90ec2ceb4015cefbd81012238872e023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 15 Feb 2019 10:20:42 +0100 Subject: [PATCH] the-new-hotness: Add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/the-new-hotness/templates/buildconfig.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index e372f231ac..7bba6ed208 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -24,6 +24,10 @@ items: python3-requests \ fedora-messaging \ python3-fedora-messaging \ + python3-fedora \ + python3-fedmsg \ + python3-beautifulsoup4 \ + python3-psutil \ python3-pip \ python3-setuptools && \ dnf autoremove -y && \