diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 23:07:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 23:12:22 +0200 |
commit | 797478f77b1d3175c2bcb3578f32147d28d53430 (patch) | |
tree | 23e36e33d12e82037faa710b8dcf730352cca32c /gnu/packages | |
parent | 7fcb16e9d4a0fd7b169079ff9b737d12d5e06b17 (diff) | |
download | guix-797478f77b1d3175c2bcb3578f32147d28d53430.tar guix-797478f77b1d3175c2bcb3578f32147d28d53430.tar.gz |
gnu: awscli: Use older pyyaml.
* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-pyyaml with python-pyyaml-for-awscli.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
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)) |