From efd469e1b17c318c80e8fd874413977c08197023 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Wed, 20 Sep 2023 16:30:24 +0100 Subject: 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') 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 -- cgit v1.2.3