From 67ac7496b78bef8097cb032cf75dd6d87f8e83f2 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 23 Apr 2018 18:41:05 +0800 Subject: [PATCH] debian: let ceph-mgr suggests python-influxdb 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 23b56d94ef807..d9906ef10fc2c 100644 --- a/debian/control +++ b/debian/control @@ -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 -- 2.39.5