From 1cb0c810481883353646de0827cd55ffd8820c8e Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 24 2024 03:26:54 +0000 Subject: [maubot] add python-gitlab dep Signed-off-by: Ryan Lerch --- diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index 026dbf6..db104ca 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -13,7 +13,7 @@ spec: dockerfile: |- FROM fedora:38 RUN dnf -y install python3-pip python3-gssapi git && dnf -y clean all - RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic maubot-fedora-messages backoff arrow + RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic maubot-fedora-messages backoff arrow python-gitlab RUN \ curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \ chmod +x /usr/local/bin/install-maubot-plugins && \