mirror of
https://github.com/ceph/ceph
synced 2025-01-14 06:53:11 +00:00
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>
This commit is contained in:
parent
96edd84e47
commit
efd469e1b1
1
debian/control
vendored
1
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user