From 2c37975fcc9ab65a3392037f91f9804bf3e811a2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 12 Apr 2022 23:08:44 +0200 Subject: gnu: awscli: Use older version of botocore. * gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-botocore with python-botocore-for-awscli. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3