ceph/patches/0017-debian-pkg-record-python3-packaging-dependency-for-c.patch
Thomas Lamprecht c62ce639cd ceph-volume: record python3-packaging dependency
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-07-31 10:12:30 +02: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 fa61368ad8b..fb1d5d5ac74 100644
--- a/debian/control
+++ b/debian/control
@@ -453,6 +453,7 @@ Depends: ceph-osd (= ${binary:Version}),
e2fsprogs,
lvm2,
parted,
+ python3-packaging,
xfsprogs,
${misc:Depends},
${python3:Depends}