From c1f14f1ba58da504d9bf663dd4edc0126ff7c201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 24 Jun 2019 15:26:46 +0200 Subject: [PATCH] release-monitoring: Add defusedxml to dnf command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/release-monitoring/templates/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 4706c90f65..1696a0e465 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -37,6 +37,7 @@ items: python3-sphinxcontrib-httpdomain \ python3-social-auth-app-flask-sqlalchemy \ python3-social-auth-core \ + python3-defusedxml \ python3-straight-plugin \ python3-sqlalchemy \ python3-pytoml \