guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: awscli: Use older version of botocore.


From: guix-commits
Subject: 06/07: gnu: awscli: Use older version of botocore.
Date: Tue, 12 Apr 2022 17:14:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2c37975fcc9ab65a3392037f91f9804bf3e811a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 12 23:08:44 2022 +0200

    gnu: awscli: Use older version of botocore.
    
    * gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
    python-botocore with python-botocore-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 f11eb9778b..ab6b11c3c6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2889,7 +2889,7 @@ supports url redirection and retries, and also gzip and 
deflate decoding.")
                 (string-append "cmdline = ['" (which "groff") "'"))))))))
     (propagated-inputs
      (list python-colorama-for-awscli
-           python-botocore
+           python-botocore-for-awscli
            python-s3transfer
            python-docutils-0.15
            python-pyyaml-for-awscli



reply via email to

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