diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 3801611194..1acef58042 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -1,6 +1,3 @@ -# Removed from the dockerfile, need to move them back later -# fedora-messaging \ -# python3-fedora-messaging \ apiVersion: v1 items: - apiVersion: v1 @@ -21,19 +18,17 @@ items: ENV HOME=/tmp RUN dnf install -y \ git \ - koji \ - rpmdevtools \ fedpkg \ - python3-pycurl \ + rpmdevtools \ + fedora-messaging \ python3-bugzilla \ python3-dogpile-cache \ - python3-requests \ python3-fedora \ python3-fedmsg \ - python3-beautifulsoup4 \ - python3-psutil \ - python3-pip \ - python3-setuptools && \ + python3-koji \ + python3-pycurl \ + python3-requests \ + python3-six && \ dnf autoremove -y && \ dnf clean all -y RUN git clone https://github.com/fedora-infra/the-new-hotness.git && \