From 5f3df8ffda52fe3be09988f895005ed6f14a7bbb Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Thu, 23 Jul 2026 17:04:26 +0100 Subject: [PATCH] deps: drop golang-github-aliyun-cli The package was orphaned in F44, the build succeeds without it. --- rpms.in.yaml | 1 - src/deps.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rpms.in.yaml b/rpms.in.yaml index 286fbdf960..180f1b935e 100644 --- a/rpms.in.yaml +++ b/rpms.in.yaml @@ -70,7 +70,6 @@ packages: - genisoimage - git - golang - - golang-github-aliyun-cli - name: grub2 arches: only: diff --git a/src/deps.txt b/src/deps.txt index 471dcc79ad..501f6c6647 100644 --- a/src/deps.txt +++ b/src/deps.txt @@ -39,8 +39,8 @@ podman buildah skopeo jq yq -# For interacting with AWS/Aliyun/HTTP -golang-github-aliyun-cli python3-boto3 python3-requests +# For interacting with AWS/HTTP +python3-boto3 python3-requests # For python retries python3-tenacity