gnu: awscli: Use older version of botocore.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-botocore with python-botocore-for-awscli.
This commit is contained in:
parent
e8a99abf41
commit
2c37975fcc
1 changed files with 1 additions and 1 deletions
|
@ -2889,7 +2889,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
(string-append "cmdline = ['" (which "groff") "'"))))))))
|
(string-append "cmdline = ['" (which "groff") "'"))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-colorama-for-awscli
|
(list python-colorama-for-awscli
|
||||||
python-botocore
|
python-botocore-for-awscli
|
||||||
python-s3transfer
|
python-s3transfer
|
||||||
python-docutils-0.15
|
python-docutils-0.15
|
||||||
python-pyyaml-for-awscli
|
python-pyyaml-for-awscli
|
||||||
|
|
Reference in a new issue