Skip to content

Commit

Permalink
fix(deps): install ‹requests› (#107)
Browse files Browse the repository at this point in the history
fix(deps): install ‹requests›

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

Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored May 27, 2024
2 parents 1a1ac0c + a424344 commit 4543640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/install-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- git # setuptools-scm
- fedora-messaging
- python3-copr-messaging # json schemas
- python3-requests
state: present

- name: Install pip deps
Expand Down

0 comments on commit 4543640

Please sign in to comment.