From 0a4329201cf38bfc7c49fe459fcb706d337f650e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 1 Mar 2019 11:36:26 +0100 Subject: [PATCH] the-new-hotness: Use Pypi version of fedora messaging for now - fixed 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 6387eb819d..cf81237544 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -1,3 +1,6 @@ +# Removed from the dockerfile, need to move them back later +# fedora-messaging \ +# python3-fedora-messaging \ apiVersion: v1 items: - apiVersion: v1 @@ -22,8 +25,6 @@ items: python3-bugzilla \ python3-dogpile-cache \ python3-requests \ -# fedora-messaging \ -# python3-fedora-messaging \ python3-fedora \ python3-fedmsg \ python3-beautifulsoup4 \