summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-12 23:08:44 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-12 23:12:22 +0200
commit2c37975fcc9ab65a3392037f91f9804bf3e811a2 (patch)
tree1ec212b75a535651e2f28f3f9c09871e8ecb53ea
parente8a99abf41c92920ebc4fb1763801e50ff73bac5 (diff)
downloadguix-patches-2c37975fcc9ab65a3392037f91f9804bf3e811a2.tar
guix-patches-2c37975fcc9ab65a3392037f91f9804bf3e811a2.tar.gz
gnu: awscli: Use older version of botocore.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-botocore with python-botocore-for-awscli.
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
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