debian pkg: record python3-packaging dependency for ceph-volume

Since commit 0985e20134 ("ceph-volume: use 'no workqueue' options
with dmcrypt") the python "packaging" module is used to parse the
cryptsetup version output, but the debian packaging was not updated to
record that new dependency.

So simply record this in the d/control file, adding a <pkg>.requires
file seemed to not really winning us anything here.

Fixes: https://tracker.ceph.com/issues/67290
Fixes: 0985e20134
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-31 09:48:08 +02:00
parent 67ff11f6c1
commit 80edcd40e8

1
debian/control vendored
View File

@ -456,6 +456,7 @@ Depends: ceph-osd (= ${binary:Version}),
e2fsprogs,
lvm2,
parted,
python3-packaging,
xfsprogs,
${misc:Depends},
${python3:Depends}