Skip to content

Commit

Permalink
debian pkg: record python3-packaging dependency for ceph-volume
Browse files Browse the repository at this point in the history
Since commit 0985e20 ("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: 0985e20
Signed-off-by: Thomas Lamprecht <[email protected]>
  • Loading branch information
ThomasLamprecht committed Jul 31, 2024
1 parent 67ff11f commit 80edcd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ Depends: ceph-osd (= ${binary:Version}),
e2fsprogs,
lvm2,
parted,
python3-packaging,
xfsprogs,
${misc:Depends},
${python3:Depends}
Expand Down

0 comments on commit 80edcd4

Please sign in to comment.