aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSpencer King <spencer.king@geneoscopy.com>2024-10-14 20:07:49 +0000
committerLudovic Courtès <ludo@gnu.org>2024-10-16 19:24:10 +0200
commitd95588242c605fbb72e25fe36a0903a1538e9018 (patch)
tree4f12b9a15d6e7aa719d0e8713e05373e47c1f979 /gnu/packages
parent76d9b0b0ccd2e5c931b0023fa47943f15545f220 (diff)
downloadguix-d95588242c605fbb72e25fe36a0903a1538e9018.tar
guix-d95588242c605fbb72e25fe36a0903a1538e9018.tar.gz
gnu: awscli@1: Fix broken build.
awscli 1.x requires PyYAML<=6,>=3.10. * gnu/packages/python-web.scm (awscli)[inputs]: Change ‘python-pyyaml’ to ‘python-pyyaml-5’. Change-Id: I9b7a523b9f72bdc13f48bf699e7e01f0ebe7a575 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f32f15b8b9..d892e03c9d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -67,6 +67,7 @@
;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi>
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4170,7 +4171,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
python-botocore
python-s3transfer
python-docutils-0.15
- python-pyyaml
+ python-pyyaml-5
python-rsa))
(home-page "https://aws.amazon.com/cli/")
(synopsis "Command line client for AWS")