guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]