]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh,deb,rpm: move python-saml deps into debian/control and ceph.spec.in 29840/head
authorKefu Chai <kchai@redhat.com>
Fri, 23 Aug 2019 08:42:22 +0000 (16:42 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 23 Aug 2019 18:11:51 +0000 (02:11 +0800)
commit5d6d770e2fbf06c9aca58246147d92aa9b221e1b
tree71281c5503e8095d90f28d87b1c1f2478a718641
parent1116362118dee7dfd8a970173f60996a0ba6f520
install-deps.sh,deb,rpm: move python-saml deps into debian/control and ceph.spec.in

these dependencies are only used for building python-saml which is in
turn used for the SAML support. this feature is tested using
`test_sso.py` while performing dashboard tests. we do not package or
ship python-saml along with other Ceph packages. so let's move these
dependencies to the "make check" sections in ceph.spec.in and
debian/control for simplifying install-deps.sh.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/control
install-deps.sh