gnu: python-consul: Correct inputs.

* gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
  and python-six to [propagated-inputs].
This commit is contained in:
Hartmut Goebel 2016-10-17 00:48:02 +02:00
parent 2c199b5527
commit fd1d6de729
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 2 deletions

View File

@ -10748,8 +10748,9 @@ interface for programs.")
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)
("python-requests" ,python-requests)
`(("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-requests" ,python-requests)
("python-six" ,python-six)))
(home-page "https://github.com/cablehead/python-consul")
(synopsis "Python client for Consul")