htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 7281a3c9da39d4979c397377c87634dd0d89c56f Author: Hartmut Goebel <[email protected]> Date: Mon Oct 17 00:48:02 2016 +0200 gnu: python-consul: Correct inputs. * gnu/packages/python.scm(python-consul)[native-inuts] move python-requests and python-six to [propagated-inputs]. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 41f576f..8d60c34 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9979,8 +9979,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")
