Project

General

Profile

Cleanup #38088

Updated by Dan Mick over 5 years ago

ceph-mgr-rook, ceph-mgr-diskprediction-local, and ceph-mgr-diskprediction-cloud packages will need to have dependencies added for their currently-unpackaged Python library dependencies once distro packages are available for them (into debian/control and ceph.spec.in). 

 <pre> 
 -rook: python-kubernetes (apt), ? (yum) 
 -local: python-{numpy, scipy, sklearn} (apt), numpy, scipy, sklearn (yum) 
 -cloud: google-{api-python-client, auth, auth-httplib2}, googleapis-common-protos, grpc, grpc-google-{logging-v2, pubsub-v1}, grpcio 
 </pre>

Back