]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
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)
commitde8d2d7b7276a11e6ae1a31ec96348a5f2f53d20
tree81b3d34f72252dc370d0d688f5bf9d0c4746aa67
parent321c60872e1b6e7a9bd1d7f607a786cb8642cf03
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 <kchai@redhat.com>
debian/control