diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 23:08:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 23:12:22 +0200 |
commit | 2c37975fcc9ab65a3392037f91f9804bf3e811a2 (patch) | |
tree | 1ec212b75a535651e2f28f3f9c09871e8ecb53ea /gnu/packages/python-web.scm | |
parent | e8a99abf41c92920ebc4fb1763801e50ff73bac5 (diff) |
gnu: awscli: Use older version of botocore.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-botocore with python-botocore-for-awscli.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
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 |