]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: specify a dependency on python3 for cephadm
authorMatthew Vernon <mvernon@wikimedia.org>
Wed, 20 Sep 2023 15:30:24 +0000 (16:30 +0100)
committerMatthew Vernon <mvernon@wikimedia.org>
Fri, 22 Sep 2023 16:32:04 +0000 (17:32 +0100)
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>
debian/control

index 51fdbabb08ca0603037ad02caf59329c890dd127..837a55a371670874dc91efb835f417e63f16481a 100644 (file)
@@ -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