gnu: awscli: Use older pyyaml.

* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-pyyaml with python-pyyaml-for-awscli.
This commit is contained in:
Ricardo Wurmus 2022-04-12 23:07:00 +02:00
parent 7fcb16e9d4
commit 797478f77b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2892,7 +2892,7 @@ (define-public awscli
python-botocore
python-s3transfer
python-docutils-0.15
python-pyyaml
python-pyyaml-for-awscli
python-rsa))
(native-inputs
(list groff))