~ruther/guix-local

e165f137d8f5ace7bcfa03dc096b0793a1e45267 — Hartmut Goebel 9 years ago ef74511
gnu: python-ccm: Add missing input python-psutil.

* gnu/packages/python.scm (python-ccm) [propagated-inouts]: Add
  python-psutil.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 618,6 618,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")