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:
parent
2c199b5527
commit
fd1d6de729
|
@ -10748,8 +10748,9 @@ interface for programs.")
|
||||||
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
|
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-requests" ,python-requests)
|
(propagated-inputs
|
||||||
|
`(("python-requests" ,python-requests)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/cablehead/python-consul")
|
(home-page "https://github.com/cablehead/python-consul")
|
||||||
(synopsis "Python client for Consul")
|
(synopsis "Python client for Consul")
|
||||||
|
|
Loading…
Reference in New Issue