mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
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 @@ (define-public awscli
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue