From 6eef7d002a5f3d6ffc48383c16b7d4abe5b08e0f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 1 Nov 2019 15:01:16 +0800 Subject: [PATCH] debian/rules: run dh_python2 with ceph-daemon to set substitute variable of `${python:Depends}` for this package Signed-off-by: Kefu Chai --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 337038f542d..7b1c5a356eb 100755 --- a/debian/rules +++ b/debian/rules @@ -134,6 +134,7 @@ override_dh_python2: dh_python2 -p ceph-mgr # batch-compile, and set up for delete, all the module files dh_python2 -p ceph-mgr usr/lib/ceph/mgr + dh_python2 -p ceph-daemon override_dh_python3: for binding in rados cephfs rbd rgw; do \ -- 2.39.5