[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: awscli: Use older pyyaml.
From: |
guix-commits |
Subject: |
02/07: gnu: awscli: Use older pyyaml. |
Date: |
Tue, 12 Apr 2022 17:14:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 797478f77b1d3175c2bcb3578f32147d28d53430
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 12 23:07:00 2022 +0200
gnu: awscli: Use older pyyaml.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-pyyaml with python-pyyaml-for-awscli.
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 84d0293ddd..f11eb9778b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2892,7 +2892,7 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
python-botocore
python-s3transfer
python-docutils-0.15
- python-pyyaml
+ python-pyyaml-for-awscli
python-rsa))
(native-inputs
(list groff))
- branch master updated (42679e3f81 -> 6a69e41c17), guix-commits, 2022/04/12
- 01/07: gnu: Add python-pyyaml-for-awscli., guix-commits, 2022/04/12
- 03/07: gnu: Add python-botocore-for-awscli., guix-commits, 2022/04/12
- 07/07: gnu: python-moto: Update to 3.1.4., guix-commits, 2022/04/12
- 02/07: gnu: awscli: Use older pyyaml.,
guix-commits <=
- 04/07: gnu: python-boto3: Update to 1.21.35., guix-commits, 2022/04/12
- 05/07: gnu: python-botocore: Update to 1.24.35., guix-commits, 2022/04/12
- 06/07: gnu: awscli: Use older version of botocore., guix-commits, 2022/04/12