[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: awscli: Add python-pyyaml input.
From: |
David Thompson |
Subject: |
01/01: gnu: awscli: Add python-pyyaml input. |
Date: |
Fri, 28 Apr 2017 09:21:53 -0400 (EDT) |
davexunit pushed a commit to branch master
in repository guix.
commit 0cb9fba3dce236e3ad5b82585ec79c4d689dd939
Author: David Thompson <address@hidden>
Date: Fri Apr 28 09:20:37 2017 -0400
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 e51405b..0dac375 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.