From f9a589fc5053e6b693428f0e1ceb867e04443bda Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Nov 2025 18:42:34 -0800 Subject: [PATCH] pagure: actually install python3-httplib2 before trying to hotfix it Signed-off-by: Kevin Fenzi --- roles/pagure/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pagure/tasks/main.yml b/roles/pagure/tasks/main.yml index 0eaf020fc1..8bf2cb1e5f 100644 --- a/roles/pagure/tasks/main.yml +++ b/roles/pagure/tasks/main.yml @@ -589,6 +589,7 @@ - pagure_mirror_project_in - pagure_mirror_project_in.timer - haveged + - python3-httplib2 # Lint change: revert c5ca51336411fe034c738fc166bc6ba9a22056ba ignore_errors: true # result.rc doesn't exist, also I don't think this does the same thing?