]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: let ceph-mgr suggests python-influxdb
authorKefu Chai <kchai@redhat.com>
Mon, 23 Apr 2018 10:41:05 +0000 (18:41 +0800)
committerJohn Spray <john.spray@redhat.com>
Mon, 23 Apr 2018 21:30:40 +0000 (17:30 -0400)
the influx plugin requires influxdb python module to function, but
influxdb mgr plugin is optional for users who don't use influxdb.
so it's marked "Suggests" at this moment before we use a more flexible
packaging scheme.

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control

index 23b56d94ef8079e00c88c490fdf1a2837492e48f..d9906ef10fc2c6932b6d36327bc3c85438b476a7 100644 (file)
@@ -185,6 +185,7 @@ Depends: ceph-base (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
+Suggests: python-influxdb
 Replaces: ceph (<< 0.93-417),
 Breaks: ceph (<< 0.93-417),
 Description: manager for the ceph distributed storage system