diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-17 00:48:02 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:55 +0100 |
commit | fd1d6de729efde0907fe50d9a711a48ac450c82d (patch) | |
tree | bcd9c194c03170c87becef3f1521c57cec9398a9 /gnu | |
parent | 2c199b5527b89fbfa036308d9b6764e36e8cef1c (diff) | |
download | patches-fd1d6de729efde0907fe50d9a711a48ac450c82d.tar patches-fd1d6de729efde0907fe50d9a711a48ac450c82d.tar.gz |
gnu: python-consul: Correct inputs.
* gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
and python-six to [propagated-inputs].
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 20b0b60ad1..b3f2ad3433 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |