[PATCH] gnu: awscli: Fix broken build.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • King, Spencer
Owner
unassigned
Submitted by
King, Spencer
Severity
normal

Debbugs page

King, Spencer wrote 5 months ago
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)
CH3PR02MB9746FE5FCD450BD0DCC8519890442@CH3PR02MB9746.namprd02.prod.outlook.com
Currently, awscli is failing to build since it relies on python-pyyaml < 6 and we are providing it >6. This patch swaps python-pyyaml out for python-pyyaml-5 to fix this issue.

Best,
Spencer
Ludovic Courtès wrote 5 months ago
(name . King, Spencer)(address . spencer.king@wustl.edu)(address . 73807-done@debbugs.gnu.org)
87h69ct0w5.fsf@gnu.org
"King, Spencer" <spencer.king@wustl.edu> skribis:

Toggle quote (10 lines)
> From e485e7d18a06bdc65bd4a1ec69f6cb4368e1fb2e Mon Sep 17 00:00:00 2001
> Message-Id: <e485e7d18a06bdc65bd4a1ec69f6cb4368e1fb2e.1728936613.git.spencer.king@geneoscopy.com>
> From: Spencer King <spencer.king@geneoscopy.com>
> Date: Mon, 14 Oct 2024 20:07:49 +0000
> Subject: [PATCH] gnu: awscli: Fix broken build.
>
> awscli requires PyYAML<=6,>=3.10.
>
> Change-Id: I9b7a523b9f72bdc13f48bf699e7e01f0ebe7a575

I tweaked the commit log and applied it (note that only version 1.22 was
affect; awscli@2 was fine.)

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73807@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73807
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help