]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
debian: drop unnecessary Depends 505/head
authorKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 06:04:57 +0000 (14:04 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 06:08:46 +0000 (14:08 +0800)
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 <kchai@redhat.com>
debian/control

index 30a323bdfb8bfe686379d6faa1a956708e8f3455..101679e47dfccf127fec1bfb380abc0d2f252a27 100644 (file)
@@ -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.