htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 9bb3b912f4379fac49d2d79843967d04f0aa6314 Author: Hartmut Goebel <[email protected]> Date: Thu Oct 13 14:54:38 2016 +0200 gnu: python-ccm: Add missing input python-psutil. * gnu/packages/python.scm (python-ccm) [propagated-inouts]: Add python-psutil. --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 60fb0dc..7223e42 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -592,6 +592,9 @@ making them easy to handle and incorporate into other protocols.") (build-system python-build-system) (propagated-inputs `(("python-pyyaml" ,python-pyyaml) + ;; Not listed in setup.py, but used in ccmlib/node.py for full + ;; functionality + ("python-psutil" ,python-psutil) ("python-six" ,python-six))) (home-page "https://github.com/pcmanus/ccm") (synopsis "Cassandra Cluster Manager")
