From: Kefu Chai Date: Thu, 21 May 2026 12:45:36 +0000 (+0800) Subject: debian: fix missing python3 deps for diskprediction-local and osd-support X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ed409e9c720cb2868fe6e1b7d585183f8d3233d;p=ceph.git debian: fix missing python3 deps for diskprediction-local and osd-support diskprediction-local depends on python3-prettytable and osd-support depends on python3-cherrypy3; both need to be declared explicitly now that these modules are separate packages. Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index 23f09da7879..fe5920b9878 100644 --- a/debian/control +++ b/debian/control @@ -307,7 +307,8 @@ Description: diskprediction-local module for ceph-mgr Package: ceph-mgr-modules-core Architecture: all -Depends: ${misc:Depends}, +Depends: python3-prettytable, + ${misc:Depends}, ${python3:Depends}, Replaces: ceph-mgr (<< 15.1.0) Breaks: ceph-mgr (<< 15.1.0) @@ -540,6 +541,7 @@ Description: osd_support module for ceph-mgr Package: ceph-mgr-prometheus Architecture: all Depends: ceph-mgr (= ${binary:Version}), + python3-cherrypy3, ${misc:Depends}, ${python3:Depends}, Breaks: ceph-mgr-modules-core (<< 21.0.0)