]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
make configparser a runtime dependency
authorKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 08:47:16 +0000 (16:47 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 08:47:18 +0000 (16:47 +0800)
commit9c4a76e539e19b029eb949f17a9c170f09906516
treefc5a6f8c7868acf65420b44a7418d65a7a95759e
parentbcb968a13e0f2643507b06aa8f6249e360e8e742
make configparser a runtime dependency

it seems we do need to support duplicated sections, see also
e2df002c22c6542746978d7f15a088a81cf82758, and
ConfigParser.RawConfigParser from python2 does not offer `strict`
parameter, so we have to use configparser as an alternative. otherwise,
`ceph_deploy/tests/test_conf.py::test_section_repeat` always fails

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-deploy.spec
ceph_deploy/conf/ceph.py
debian/control
setup.py