From 92d7ec84a8324e5dbaed64edc11be8439543b11b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 28 Oct 2019 11:53:55 +0100 Subject: [PATCH] bodhi: skip pep517 on install bodhi in openshift This doesn't per say solve the bug/traceback but it should prevent us from triggering it. Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/bodhi/templates/dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 49c1268e64..bfb41f3542 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -47,7 +47,7 @@ RUN dnf install -y \ RUN git clone -b 5.0 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \ cd /srv/bodhi && \ - python3 -m pip install . && \ + python3 -m pip install . --no-use-pep517 && \ mkdir -p /usr/share/bodhi && \ cp /srv/bodhi/apache/bodhi.wsgi /usr/share/bodhi/bodhi.wsgi