gnu: python-botocore: fix inputs.

* gnu/packages/python.scm (python-botocore): [inputs] change to
  [native-inputs].
This commit is contained in:
Hartmut Goebel 2016-11-15 21:28:21 +01:00
parent 05e2e4cf00
commit 8fa6890b6c
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -8313,7 +8313,7 @@ document.")
`(("python-dateutil" ,python-dateutil-2)
("python-docutils" ,python-docutils)
("python-jmespath" ,python-jmespath)))
(inputs
(native-inputs
`(("python-mock" ,python-mock)
("python-nose" ,python-nose)
("behave" ,behave)