From 0cb9fba3dce236e3ad5b82585ec79c4d689dd939 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 28 Apr 2017 09:20:37 -0400 Subject: [PATCH] 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. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e51405bd9c..0dac375e97 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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.