mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
debian/control: make cryptsetup-bin a ceph-volume runtime dep
was originally added by6a45b8ed04
andcfcaceac44
as a dependency of ceph-disk. although, ceph-disk was replaced by ceph-volume, cryptsetup-bin is still used. but it should be a runtime dependency of ceph-volume. and it is not a build dependency of ceph, so it's removed from the build dependency list as well. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
a4d9280c0c
commit
fd9d563a51
3
debian/control
vendored
3
debian/control
vendored
@ -11,7 +11,6 @@ Build-Depends: automake,
|
||||
bison <pkg.ceph.jaeger>,
|
||||
cmake (>= 3.10.2),
|
||||
cpio,
|
||||
cryptsetup-bin | cryptsetup,
|
||||
cython3,
|
||||
debhelper (>= 10),
|
||||
default-jdk,
|
||||
@ -126,7 +125,6 @@ Package: ceph-base
|
||||
Architecture: linux-any
|
||||
Depends: binutils,
|
||||
ceph-common (= ${binary:Version}),
|
||||
cryptsetup-bin | cryptsetup,
|
||||
debianutils,
|
||||
e2fsprogs,
|
||||
findutils,
|
||||
@ -443,6 +441,7 @@ Package: ceph-volume
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ceph-osd (= ${binary:Version}),
|
||||
cryptsetup-bin,
|
||||
lvm2,
|
||||
parted,
|
||||
${misc:Depends},
|
||||
|
Loading…
Reference in New Issue
Block a user