From de8d2d7b7276a11e6ae1a31ec96348a5f2f53d20 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 1 Oct 2020 14:04:57 +0800 Subject: [PATCH] debian: drop unnecessary Depends subvar "${python3:Depends}" is able to fill it with the proper deps. after this change, the depends looks like: dpkg -I ../ceph-deploy_2.0.1_all.deb | grep Depends Depends: python2:any, python3-remoto, python3:any as in python3, none of python3-argparse python3-configparser python3-setuptools is needed at runtime. Signed-off-by: Kefu Chai --- debian/control | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 30a323b..101679e 100644 --- a/debian/control +++ b/debian/control @@ -16,12 +16,7 @@ Vcs-Browser: https://github.com/ceph/ceph-deploy Package: ceph-deploy Architecture: all -Depends: python3, - python3-argparse, - python3-configparser, - python3-setuptools, - python3-remoto, - ${misc:Depends}, +Depends: ${misc:Depends}, ${python3:Depends} Description: Ceph-deploy is an easy to use configuration tool for the Ceph distributed storage system. -- 2.47.3