]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian pkg: record python3-packaging dependency for ceph-volume 58956/head
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Jul 2024 07:48:08 +0000 (09:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Jul 2024 08:44:58 +0000 (10:44 +0200)
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 <pkg>.requires
file seemed to not really winning us anything here.

Fixes: https://tracker.ceph.com/issues/67290
Fixes: 0985e201342fa53c014a811156aed661b4b8f994
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index b1910b624d77d4393396d6c2fd528a53f084da6b..37b940ac633c605be6e638742ec1f39673a54997 100644 (file)
@@ -456,6 +456,7 @@ Depends: ceph-osd (= ${binary:Version}),
          e2fsprogs,
          lvm2,
          parted,
+         python3-packaging,
          xfsprogs,
          ${misc:Depends},
          ${python3:Depends}