ceph/patches/0015-debian-pkg-record-python3-packaging-dependency-for-c.patch
Thomas Lamprecht c6b34d0182 refresh patches and clean-up their context on current 19.2.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-07 09:12:47 +01:00

24 lines
704 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
Date: Wed, 31 Jul 2024 09:48:08 +0200
Subject: [PATCH] debian pkg: record python3-packaging dependency for
ceph-volume
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 1d45d47b413..ef64f2bea29 100644
--- a/debian/control
+++ b/debian/control
@@ -433,6 +433,7 @@ Depends: ceph-osd (= ${binary:Version}),
e2fsprogs,
lvm2,
parted,
+ python3-packaging,
xfsprogs,
${misc:Depends},
${python3:Depends}