htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 82826a0c4bb9be3900e756301da160793a3e1309 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 7aedc19..b46dc58 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -591,6 +591,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")
