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:
David Thompson 2017-04-28 09:20:37 -04:00
parent 28172178b1
commit 0cb9fba3dc
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 1 additions and 0 deletions

View File

@ -9373,6 +9373,7 @@ interface to the Amazon Web Services (AWS) API.")
("python-botocore" ,python-botocore) ("python-botocore" ,python-botocore)
("python-s3transfer" ,python-s3transfer) ("python-s3transfer" ,python-s3transfer)
("python-docutils" ,python-docutils) ("python-docutils" ,python-docutils)
("python-pyyaml" ,python-pyyaml)
("python-rsa" ,python-rsa))) ("python-rsa" ,python-rsa)))
(arguments (arguments
;; FIXME: The 'pypi' release does not contain tests. ;; FIXME: The 'pypi' release does not contain tests.