summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-12 23:07:00 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-12 23:12:22 +0200
commit797478f77b1d3175c2bcb3578f32147d28d53430 (patch)
tree23e36e33d12e82037faa710b8dcf730352cca32c
parent7fcb16e9d4a0fd7b169079ff9b737d12d5e06b17 (diff)
downloadguix-797478f77b1d3175c2bcb3578f32147d28d53430.tar.gz
gnu: awscli: Use older pyyaml.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-pyyaml with python-pyyaml-for-awscli.
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 84d0293ddd..f11eb9778b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2892,7 +2892,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
            python-botocore
            python-s3transfer
            python-docutils-0.15
-           python-pyyaml
+           python-pyyaml-for-awscli
            python-rsa))
     (native-inputs
      (list groff))