mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -9373,6 +9373,7 @@ (define-public awscli
|
||||||
("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.
|
||||||
|
|
Loading…
Reference in a new issue