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
|
@ -8346,7 +8346,7 @@ interface to the Amazon Web Services (AWS) API.")
|
||||||
("python-s3transfer" ,python-s3transfer)
|
("python-s3transfer" ,python-s3transfer)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-rsa" ,python-rsa)))
|
("python-rsa" ,python-rsa)))
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
|
|
Loading…
Reference in New Issue