From: Thomas Lamprecht Date: Wed, 31 Jul 2024 07:48:08 +0000 (+0200) Subject: debian pkg: record python3-packaging dependency for ceph-volume X-Git-Tag: testing/wip-rishabh-testing-20240908.191708-squid-debug~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5028cbb316cd5a2cdeea70c4b135373d5bcee69;p=ceph-ci.git debian pkg: record python3-packaging dependency for ceph-volume Since commit 0985e201342 ("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 .requires file seemed to not really winning us anything here. Fixes: https://tracker.ceph.com/issues/67290 Fixes: 0985e201342fa53c014a811156aed661b4b8f994 Signed-off-by: Thomas Lamprecht (cherry picked from commit 80edcd40e8092d9fb3b45c1a6c7f9b7f4f37b69e) --- diff --git a/debian/control b/debian/control index 041dfcc7980..7b12163875e 100644 --- a/debian/control +++ b/debian/control @@ -432,6 +432,7 @@ Depends: ceph-osd (= ${binary:Version}), e2fsprogs, lvm2, parted, + python3-packaging, xfsprogs, ${misc:Depends}, ${python3:Depends}