3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-ccm: Add missing input python-psutil.

* gnu/packages/python.scm (python-ccm) [propagated-inouts]: Add
  python-psutil.
This commit is contained in:
Hartmut Goebel 2016-10-13 14:54:38 +02:00
parent ef7451131a
commit e165f137d8
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -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")