From: Kefu Chai Date: Thu, 1 Oct 2020 06:04:57 +0000 (+0800) Subject: debian: drop unnecessary Depends X-Git-Tag: v2.1.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=de8d2d7b7276a11e6ae1a31ec96348a5f2f53d20;p=ceph-deploy.git 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 --- 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.