mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -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") "'"))))))))
|
||||
(propagated-inputs
|
||||
(list python-colorama-for-awscli
|
||||
python-botocore
|
||||
python-botocore-for-awscli
|
||||
python-s3transfer
|
||||
python-docutils-0.15
|
||||
python-pyyaml-for-awscli
|
||||
|
|
Loading…
Reference in a new issue