mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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>
This commit is contained in:
parent
76d9b0b0cc
commit
d95588242c
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define-public awscli
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue