summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMatthew Vernon <mvernon@wikimedia.org>2023-09-20 17:30:24 +0200
committerMatthew Vernon <mvernon@wikimedia.org>2023-09-22 18:32:04 +0200
commitefd469e1b17c318c80e8fd874413977c08197023 (patch)
tree171eac30a345415ce7ece739739ec0e4d9b8b11b /debian
parentdebian: remove obsolete ceph-base.docs, restore dh_installdocs (diff)
downloadceph-efd469e1b17c318c80e8fd874413977c08197023.tar.xz
ceph-efd469e1b17c318c80e8fd874413977c08197023.zip
debian: specify a dependency on python3 for cephadm
cephadm is a compressed zipapp, and dh3_python3 doesn't understand this sort of binary file, so fails to produce the required python3 dependency. So specify this explicitly in debian/control Signed-off-by: Matthew Vernon <mvernon@wikimedia.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 51fdbabb08c..837a55a3716 100644
--- a/debian/control
+++ b/debian/control
@@ -185,6 +185,7 @@ Package: cephadm
Architecture: linux-any
Recommends: podman (>= 2.0.2) | docker.io | docker-ce
Depends: lvm2,
+ python3,
${python3:Depends},
Description: cephadm utility to bootstrap ceph daemons with systemd and containers
Ceph is a massively scalable, open-source, distributed