Skip to content

Commit 80edcd4

Browse files
debian pkg: record python3-packaging dependency for ceph-volume
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]>
1 parent 67ff11f commit 80edcd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ Depends: ceph-osd (= ${binary:Version}),
456456
e2fsprogs,
457457
lvm2,
458458
parted,
459+
python3-packaging,
459460
xfsprogs,
460461
${misc:Depends},
461462
${python3:Depends}

0 commit comments

Comments
 (0)