From: Mark Kogan Date: Wed, 14 Jan 2026 16:42:34 +0000 (+0000) Subject: ceph-volume: fix build on RHEL 10/python 3.12 X-Git-Tag: v21.0.0~324^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=afad55f6ec64a1121e500ae73ab0d02ad010c972;p=ceph.git ceph-volume: fix build on RHEL 10/python 3.12 Fixes: https://tracker.ceph.com/issues/74245 Signed-off-by: Mark Kogan (cherry picked from commit 4f40d1303b5ddbaac8d952e17355beb43b4e1850) --- diff --git a/src/ceph-volume/requirements.txt b/src/ceph-volume/requirements.txt new file mode 100644 index 000000000000..1a2b2cbbe242 --- /dev/null +++ b/src/ceph-volume/requirements.txt @@ -0,0 +1,2 @@ +setuptools +-e ../python-common