gnu: awscli: Add python-pyyaml input.
Without this input, 'aws ec2 import-key-pair' doesn't work. * gnu/packages/python.scm (awscli)[propagated-inputs]: Add python-pyyaml.
This commit is contained in:
parent
28172178b1
commit
0cb9fba3dc
|
@ -9373,6 +9373,7 @@ interface to the Amazon Web Services (AWS) API.")
|
|||
("python-botocore" ,python-botocore)
|
||||
("python-s3transfer" ,python-s3transfer)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-rsa" ,python-rsa)))
|
||||
(arguments
|
||||
;; FIXME: The 'pypi' release does not contain tests.
|
||||
|
|
Loading…
Reference in New Issue