~ruther/guix-local

0cb9fba3dce236e3ad5b82585ec79c4d689dd939 — David Thompson 8 years ago 2817217
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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.