mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-awscli: fix inputs.
* gnu/packages/python.scm (python-awscli): [inputs] change to [native-inputs].
This commit is contained in:
parent
8fa6890b6c
commit
d46491779e
1 changed files with 1 additions and 1 deletions
|
@ -8346,7 +8346,7 @@ (define-public awscli
|
|||
("python-s3transfer" ,python-s3transfer)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-rsa" ,python-rsa)))
|
||||
(inputs
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Reference in a new issue