gnu: python-ccm: Add missing input python-psutil.
* gnu/packages/python.scm (python-ccm) [propagated-inouts]: Add python-psutil.
This commit is contained in:
parent
ef7451131a
commit
e165f137d8
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue