From a4243444f666db3a8b7e0cd0c3cdf7ae4164e24a Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 27 May 2024 18:09:01 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20install=20=E2=80=B9requests?= =?UTF-8?q?=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During the production deployment on May 27th it has been discovered that the fedmsg pod on production entered crash loop backoff. After inspecting the logs it has been noticed that the ‹requests› package was gone. Therefore add it explicitly to the dependencies. Related to packit/agile#552 Signed-off-by: Matej Focko --- files/install-deps.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/files/install-deps.yaml b/files/install-deps.yaml index d8ae9e6..52d284b 100644 --- a/files/install-deps.yaml +++ b/files/install-deps.yaml @@ -9,6 +9,7 @@ - git # setuptools-scm - fedora-messaging - python3-copr-messaging # json schemas + - python3-requests state: present - name: Install pip deps